summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-types-errors-json.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
2022-02-10[NFC] Make file offsets a regex to handle CRLFChris Bieneman
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-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov
2020-06-19[AST] Dump containsErrors bit for the Type.Haojian Wu