summaryrefslogtreecommitdiffstats
path: root/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* PR35697: look at the first declaration when determining whether a function orRichard Smith2018-01-031-3/+3
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-012-36/+24
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-012-24/+36
* Revert r321614 and r321615Faisal Vali2018-01-012-36/+24
* Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali2018-01-011-7/+7
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-17/+29
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+126
* Fix comment typo in r321312.Paul Robinson2017-12-261-1/+1
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-242-21/+23
* [AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer2017-12-241-2/+2
* Make helpers static. No functionality change.Benjamin Kramer2017-12-241-1/+1
* [ODRHash] Disable hashing on methods.Richard Trieu2017-12-231-0/+3
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-232-0/+50
* [ODRHash] Canonicalize Decl's before processing.Richard Trieu2017-12-211-0/+1
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-1/+4
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-212-19/+37
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-202-35/+19
* Silence a -Wreorder warning from r321223.Aaron Ballman2017-12-201-2/+2
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-202-19/+35
* Fix an assertion failure regression in isDesignatorAtObjectEnd forAlex Lorenz2017-12-201-1/+4
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-201-126/+0
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-197-12/+14
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-176-47/+27
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-171-0/+126
* Correct UnaryTransformTypeLoc to properly initialize.Erich Keane2017-12-141-0/+9
* D40901: Refactor lazy loading of template specializations. NFCVassil Vassilev2017-12-141-39/+17
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-142-0/+3
* Fix ICE when __has_unqiue_object_representations called with invalid declErich Keane2017-12-121-0/+3
* Revert r320230 to fix buildbots.Richard Trieu2017-12-092-50/+0
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-092-0/+50
* [OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt2017-12-061-1/+42
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-4/+16
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-042-3/+3
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-022-5/+8
* Move comment back to being next to the code it's a comment for.Richard Smith2017-12-021-3/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-012-60/+85
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-013-0/+16
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-302-24/+45
* Fix __has_unique_object_representations implementationErich Keane2017-11-305-165/+197
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-291-3/+8
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-291-31/+49
* Use static function instead of anonymous namespaceSerge Pavlov2017-11-291-4/+2
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-286-105/+59
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-271-0/+34
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-261-0/+21
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-5/+11
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-231-77/+99
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-221-47/+54
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-1/+2
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-2/+4