summaryrefslogtreecommitdiff
path: root/lib/AST
AgeCommit message (Expand)Author
2018-01-17Merging r322350, r322405, r322420, r322593:Hans Wennborg
2018-01-03PR35697: look at the first declaration when determining whether a function orRichard Smith
2018-01-01Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2018-01-01Revert r321614 and r321615Faisal Vali
2018-01-01Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2017-12-27[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-26Fix comment typo in r321312.Paul Robinson
2017-12-24[AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer
2017-12-24[AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer
2017-12-24Make helpers static. No functionality change.Benjamin Kramer
2017-12-23[ODRHash] Disable hashing on methods.Richard Trieu
2017-12-23[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-21[ODRHash] Canonicalize Decl's before processing.Richard Trieu
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Silence a -Wreorder warning from r321223.Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Fix an assertion failure regression in isDesignatorAtObjectEnd forAlex Lorenz
2017-12-20Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-12-17Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer
2017-12-17[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-14Correct UnaryTransformTypeLoc to properly initialize.Erich Keane
2017-12-14D40901: Refactor lazy loading of template specializations. NFCVassil Vassilev
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-12Fix ICE when __has_unqiue_object_representations called with invalid declErich Keane
2017-12-09Revert r320230 to fix buildbots.Richard Trieu
2017-12-09[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-06[OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt
2017-12-05Generalize "static data member instantiated" notification to cover variable t...Richard Smith
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman
2017-12-02PR35456: Track definedness of variable template specializations separately fromRichard Smith
2017-12-02Move comment back to being next to the code it's a comment for.Richard Smith
2017-12-01[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-12-01[c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith
2017-11-30[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-30Fix __has_unique_object_representations implementationErich Keane
2017-11-29[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-29[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-29Use static function instead of anonymous namespaceSerge Pavlov
2017-11-28Refactor functions PrintTemplateArgumentListSerge Pavlov
2017-11-27[ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin
2017-11-26[ASTImporter] Support TypeTraitExprAleksei Sidorin
2017-11-23[DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov
2017-11-23[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-22[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-22[OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev