summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-funcs-json.cpp
AgeCommit message (Expand)Author
2024-08-15[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)Sirraide
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-10[clang] Fix JSON AST output when a filter is usedwilliam woodruff
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov
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-09-04Generate parent context id from Decl* instead of DeclContext*.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-19Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman
2019-06-18Add test cases for dumping AST function decl nodes to JSON; NFC.Aaron Ballman