summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-expr-json.cpp
AgeCommit message (Expand)Author
2025-11-21[Clang] Fix handling of explicit parameters in `SemaLambda` (#168558)Willem Kaufmann
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-05-31[clang] NFC: new tests and some cleanups on existing ones (#142293)Matheus Izvekov
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang
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-02-23[Clang] Fix a crash when taking the address of a consteval lambdaCorentin Jabot
2023-01-20[clang] Add ElaboratedType sugaring for types on implicit special membersBrad King
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
2022-02-10[NFC] Make file offsets a regex to handle CRLFChris Bieneman
2021-12-23[JSONNodeDumper] Do not print mangled names for local variables (PR49111)Nikita Popov
2021-12-22[JSONNodeDumper] Regenerate test checks (NFC)Nikita Popov
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-10[clang] Fix JSON AST output when a filter is usedwilliam woodruff
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov
2020-08-06PR30738: Implement two-phase name lookup for fold-expressions.Richard Smith
2020-06-18The type of a reference to a non-type template parameter pack shouldRichard Smith
2020-06-05PR46209: properly determine whether a copy assignment operator isRichard Smith
2020-06-04Revert "PR46209: properly determine whether a copy assignment operator is"Jonas Devlieghere
2020-06-04PR46209: properly determine whether a copy assignment operator isRichard Smith
2019-12-18Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith
2019-11-15Include the mangled name in -ast-dump=jsonAlex Richardson
2019-10-15Add more information to JSON AST dumping of source locations.Aaron Ballman
2019-06-24Augment location information when dumping the AST to JSON.Aaron Ballman
2019-06-21Add an automated note to files produced by gen_ast_dump_json_test.py.Aaron Ballman
2019-06-20Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman
2019-06-19Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman
2019-06-11For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard 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-28Fix r361893 to also update a recently-added test.Richard Smith
2019-05-27When dumping the AST to JSON, dump the type information from a typeid express...Aaron Ballman
2019-05-27When dumping the AST to JSON, dump whether a function is variadic or not.Aaron Ballman
2019-05-27When dumping the AST to JSON, dump the declared name of a MemberExpr operand.Aaron Ballman
2019-05-27When dumping the AST to JSON, dump the argument name to a sizeof pack express...Aaron Ballman