summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-template-decls-json.cpp
AgeCommit message (Expand)Author
2023-11-13[Clang] Fix a crash when using ast-dump=json (#70224)elizabethandrews
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2022-10-31Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"Matheus Izvekov
2022-10-31[clang] ASTImporter: Fix importing of va_list types and declarationsMatheus Izvekov
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
2022-01-17Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu
2022-01-12Revert (2) "[AST] Add RParen loc for decltype AutoTypeloc."Florian Hahn
2022-01-11Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10Revert "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10[AST] Add RParen loc for decltype AutoTypeloc.Haojian Wu
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
2021-04-24Fix null ptr crash dumping TemplateTemplateParmDeclDavid Tolnay
2020-06-23AST dump: recurse into type template arguments when dumping.Richard 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-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-10-01[clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya
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-21Print information about various type nodes 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