summaryrefslogtreecommitdiff
path: root/test/AST
Commit message (Expand)AuthorAgeFilesLines
* Include leading attributes in DeclStmt's SourceRangeStephan Bergmann2019-10-171-0/+16
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-1524-3131/+8107
* [clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya2019-10-014-32/+14
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-231-1/+42
* Fix test atomic-expr.cpp after R372422Erich Keane2019-09-231-1/+1
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-0/+19
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+2
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+11
* Generate parent context id from Decl* instead of DeclContext*.Aaron Ballman2019-09-044-4/+290
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-11/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+11
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-11/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+11
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-11/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+11
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-11/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+11
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-11/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+11
* Avoid crash when dumping NULL Type as JSON.Aaron Ballman2019-08-292-1/+78
* [ASTDump] Add is_anonymous to VisitCXXRecordDeclShafik Yaghmour2019-08-121-4/+4
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+38
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-303-52/+104
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+17
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-251-0/+4
* Dump actual line numbers when dumping the AST to JSON.Aaron Ballman2019-07-121-0/+147
* Dump floating-point values as strings when dumping to JSON.Aaron Ballman2019-07-122-5062/+5083
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-0/+10
* [clang][test][NFC] Explicitly specify clang ABI in AST Dumper testJan Korous2019-06-281-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+13
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-2421-9632/+6052
* Ensure that top-level QualType objects also have a "kind" field when dumping ...Aaron Ballman2019-06-211-0/+72
* Print more type node information when dumping the AST to JSON.Aaron Ballman2019-06-211-0/+358
* Add an automated note to files produced by gen_ast_dump_json_test.py.Aaron Ballman2019-06-2121-627/+678
* Print information about various type nodes when dumping the AST to JSON.Aaron Ballman2019-06-214-2243/+2285
* Fix test/AST/ast-dump-records-json.cpp after ConstantExpr change in D63376Fangrui Song2019-06-211-0/+6
* Print information about various ObjC expression nodes when dumping the AST to...Aaron Ballman2019-06-202-143/+4963
* Print additional information about @encode expressions when dumping the AST t...Aaron Ballman2019-06-201-0/+143
* Print additional information on dependent scopes when dumping the AST to JSON.Aaron Ballman2019-06-201-366/+640
* Dump more information about expressions involving temporaries when dumping th...Aaron Ballman2019-06-203-2/+468
* Add test cases for explicit casts when dumping the AST to JSON; NFC.Aaron Ballman2019-06-202-0/+2213
* Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman2019-06-202-384/+556
* Print whether a generic selection expression is result dependent when dumping...Aaron Ballman2019-06-191-0/+334
* Print out the union field being initialized by an InitListExpr when dumping t...Aaron Ballman2019-06-191-2/+17
* Dump the value calculated by a constant expression when dumping the AST to JSON.Aaron Ballman2019-06-192-0/+3
* Switching this test to use output generated by script; NFC.Aaron Ballman2019-06-191-931/+937
* Add test cases for dumping record definition data to JSON; NFC.Aaron Ballman2019-06-191-0/+5196
* Add a script to help generate expected test output for dumping the AST to JSON.Aaron Ballman2019-06-191-0/+137
* Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman2019-06-194-56/+2448
* Add test cases for dumping AST function decl nodes to JSON; NFC.Aaron Ballman2019-06-181-0/+1126