summaryrefslogtreecommitdiffstats
path: root/clang/test/AST
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-15/+42
* Disallow an empty string literal in an asm labelAaron Ballman2020-01-081-4/+4
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-271-2/+2
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+5
* Apply the alignment specifier attribute to anonymous unions and structs.Kamlesh Kumar2019-12-201-0/+7
* Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith2019-12-181-5/+0
* [AST] Enable expression of OpenCL language address spaces an attributeVictor Lomuller2019-12-051-0/+36
* Switch to opening the temp file in binary modeAaron Ballman2019-12-031-1/+1
* Correcting the offsets within the test to fix the bots.Aaron Ballman2019-12-031-15/+15
* Differentiate between the presumed and actual file when dumping the AST to JSONAaron Ballman2019-12-032-1/+312
* [ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker2019-11-271-1/+1
* [Attr] Fix `-ast-print` for `asm` attributeJoel E. Denny2019-11-181-0/+5
* Add a missing triple in ast-dump-decl-json.mAlex Richardson2019-11-151-197/+197
* Include the mangled name in -ast-dump=jsonAlex Richardson2019-11-1515-0/+274
* [NFC] Regenerate ast-dump-json testsAlex Richardson2019-11-152-5579/+5579
* [gen_ast_dump_json_test.py] Allow updating multiple files in one goAlex Richardson2019-11-151-26/+34
* [gen_ast_dump_json_test.py] Copy to binary directory to omit --clang argumentAlex Richardson2019-11-151-2/+10
* [gen_ast_dump_json_test.py] Skip manual tests when using --updateAlex Richardson2019-11-151-3/+8
* [gen_ast_dump_json_test.py] Infer --filters flags when using --updateAlex Richardson2019-11-151-10/+27
* [gen_ast_dump_json_test.py] Parse RUN: lines with --updateAlex Richardson2019-11-151-8/+33
* [gen_ast_dump_json_test.py] Add a --update flagAlex Richardson2019-11-151-12/+21
* [OPENMP]Use copy constructors instead of assignment operators in declareAlexey Bataev2019-11-121-7/+5
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-1/+167
* 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
OpenPOWER on IntegriCloud