summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-funcs.cpp
AgeCommit message (Expand)Author
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-01-04Revert "[Sema] Don't mark deleted special member functions as non-trivial"Roy Jacobson
2023-01-04[Sema] Don't mark deleted special member functions as non-trivialRoy Jacobson
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2020-06-21[clang][test][NFC] Also test for serialization in AST dump tests, part 2/n.Bruno Ricci
2019-01-16Added test cases for dumping variadic-like functions; NFC.Aaron Ballman
2019-01-15Re-order overrides in FunctionDecl dumpStephen Kelly
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman