summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-stmt.cpp
AgeCommit message (Expand)Author
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
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-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-10-05Implement if consteval (P1938)Corentin Jabot
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci
2020-06-19[clang][test][NFC] Also test for serialization in AST dump tests, part 1/n.Bruno Ricci
2019-01-11[ASTDump] Add utility for dumping a label with child nodesStephen Kelly
2018-12-10Revert "Change InitListExpr dump to label and pointer"Stephen Kelly
2018-12-10Change InitListExpr dump to label and pointerStephen Kelly
2018-12-09Fix InitListExpr testStephen Kelly
2018-12-07Add an explicit triple to this test to prevent failures due to size_t differe...Aaron Ballman
2018-12-07Adding tests for -ast-dump; NFC.Aaron Ballman
2018-12-07Add test for InitListExprStephen Kelly
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman