summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-APValue-array.cpp
AgeCommit message (Expand)Author
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-09-13Improve type printing of const arrays to normalize array-of-const and const-a...David Blaikie
2020-07-08[clang][NFC] Also test for serialization in test/AST/ast-dump-APValue-*Bruno Ricci
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci