summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-attr.cpp
AgeCommit message (Expand)Author
2025-09-08[Clang] Add template argument support for {con,de}structor attributes. (#151400)tynasello
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-05-26[Clang][Attribute] Improve the AST/diagnoses fidelity of alignas and _Alignasyronglin
2023-02-23[clang] extend external_source_symbol attribute with USR clauseAlex Lorenz
2021-10-28[clang] NFC: remove carriage return from AST testsMatheus Izvekov
2020-11-09[NFC] Remove string parameter of annotation attribute from AST childs.Tyker
2020-10-26[Annotation] Allows annotation to carry some additional constant arguments.Tyker
2020-09-17[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci
2020-06-21[clang][test][NFC] Also test for serialization in AST dump tests, part 2/n.Bruno Ricci
2019-07-25Add lifetime categories attributesMatthias Gehre
2019-02-11Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...Nico Weber
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman