summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-stmt-json.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
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang
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] Add missing field to VisibilityAttr json AST dumpserge-sans-paille
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-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
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-21Print information about various type nodes when dumping the AST to JSON.Aaron Ballman
2019-06-20Print additional information on dependent scopes when dumping the AST to JSON.Aaron Ballman
2019-06-20Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman
2019-06-19Print whether a generic selection expression is result dependent when dumping...Aaron Ballman
2019-06-19Print out the union field being initialized by an InitListExpr when dumping t...Aaron Ballman
2019-06-19Dump the value calculated by a constant expression when dumping the AST to JSON.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-05-27When dumping the AST to JSON, dump the declared name of a MemberExpr operand.Aaron Ballman
2019-05-17Add more tests for AST JSON output; NFC.Aaron Ballman