summaryrefslogtreecommitdiff
path: root/clang/test/AST/sourceranges.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2022-09-04[test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song
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
2021-10-28[clang] NFC: remove carriage return from AST testsMatheus Izvekov
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-04-04[clang][parser] Set source ranges for GNU-style attributesTimm Bäder
2021-04-01Revert "[clang][parser] Set source ranges for GNU-style attributes"Timm Bäder
2021-04-01[clang][parser] Set source ranges for GNU-style attributesTimm Bäder
2020-06-09Add begin source location for the attributed statement created from PragmaLoo...Yuanfang Chen
2019-10-17Include leading attributes in DeclStmt's SourceRangeStephan Bergmann
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman