summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-array.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
2025-04-14[clang] AST: remove source locations from [Variable/Dependent]SizedArrayType ...Matheus Izvekov
2021-12-31[Sema] a[x] has type T when a has type T* or T[], even when T is dependentSam McCall
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-15Improve type printing of size-dependent const arrays to normalize array-of-co...David Blaikie
2020-06-21[clang][test][NFC] Also test for serialization in AST dump tests, part 2/n.Bruno Ricci
2018-12-04Extend test for DependentSizedArrayTypeStephen Kelly
2018-12-02Fix whitespaceStephen Kelly
2018-12-02Add dump tests for ArrayInitLoopExpr and ArrayInitIndexExprStephen Kelly