summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-expr.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
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-06-26[Clang] Back out the source location workaround for CXXConstructExpr (#145260)Younan Zhang
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang
2024-05-16[clang] Fix CXXNewExpr end source location for 'new struct S' (#92266)Arseniy Zaostrovnykh
2024-05-15Reapply "[Clang][Sema] Earlier type checking for builtin unary operators (#90...Krystian Stasiowski
2024-05-14Revert "[Clang][Sema] Earlier type checking for builtin unary operators (#905...Krystian Stasiowski
2024-05-14[Clang][Sema] Earlier type checking for builtin unary operators (#90500)Krystian Stasiowski
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc
2023-08-15[clang][AST] TextNodeDumper learned to dump qualifiers (NestedNameSpecifier)Timo Stripf
2023-02-23[Clang] Fix a crash when taking the address of a consteval lambdaCorentin Jabot
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
2020-08-06PR30738: Implement two-phase name lookup for fold-expressions.Richard Smith
2020-06-21[clang][test][NFC] Also test for serialization in AST dump tests, part 2/n.Bruno Ricci
2020-06-18The type of a reference to a non-type template parameter pack shouldRichard Smith
2019-06-02Factor out commonality between variable capture initialization andRichard Smith
2019-05-31Defer building 'this' captures until we have left the capturing regionRichard Smith
2019-05-28Defer creating fields for captures until we finish building theRichard Smith
2019-02-03[ASTDump] Add a flag indicating whether a CXXThisExpr is implicitBruno Ricci
2019-01-21Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman
2019-01-16Added test cases for dumping variadic-like functions; NFC.Aaron Ballman
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier
2018-12-11Adding tests for -ast-dump; NFC.Aaron Ballman