summaryrefslogtreecommitdiff
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+0
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-0/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+0
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-1/+2
* [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim2019-09-181-2/+1
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-76/+75
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-132-0/+88
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-0/+5
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-073-7/+71
* Implement Microsoft-compatible mangling for decomposition declarations.Nico Weber2019-09-051-4/+4
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-051-1/+0
* [AST][NFC] Doc comments for ASTNameGeneratorJan Korous2019-09-051-0/+8
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-051-0/+1
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-051-0/+2
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-0/+8
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-042-88/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-042-0/+88
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-022-88/+0
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-10/+9
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-022-0/+88
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-312-88/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-312-0/+88
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-10/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+10
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-10/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+10
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-291-0/+2
* Removed a function declaration that doesn't have a definitionDmitri Gribenko2019-08-291-3/+0
* Removed `AnyFunctionDecl`, it is unused.Dmitri Gribenko2019-08-292-50/+0
* Removed two function declarations that don't have definitionsDmitri Gribenko2019-08-291-6/+0
* Removed dead code from clang/AST/NSAPI.hDmitri Gribenko2019-08-291-3/+0
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-1/+6
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-6/+11
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-0/+1
* [analyzer] CastValueChecker: Store the dynamic types and castsCsaba Dabis2019-08-221-0/+3
* Rudimentary support for Doxygen \retval commandStephan Bergmann2019-08-201-0/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-6/+71
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-141-0/+6
* Improved the doc comment for getCommentsInFileDmitri Gribenko2019-08-141-1/+2
* [ASTImporter] Import default expression of param before creating the param.Balazs Keri2019-08-141-0/+14
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-132-62/+60
* Add SVE opaque built-in typesRichard Sandiford2019-08-092-0/+6
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-091-1/+7
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-4/+30
* [AST] Traverse attributes inside DEF_TRAVERSE_DECL macroIlya Biryukov2019-08-061-6/+5
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-051-0/+1
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-051-1/+2
* Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse2019-08-041-1/+0