summaryrefslogtreecommitdiff
path: root/unittests/AST
AgeCommit message (Expand)Author
2017-12-27[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-21[ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin
2017-12-20Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne
2017-12-17[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-03[ASTImporter] Add unit tests for UsingDecl and UsingShadowDeclAleksei Sidorin
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-16[DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz
2017-11-14[ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath
2017-10-26Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz
2017-10-18[ASTImporter] Import SubStmt of CaseStmtGabor Horvath
2017-09-06[AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger
2017-08-23[analyzer] Make StmtDataCollector customizableJohannes Altmanninger
2017-08-08Revert "Lexer: always allow imaginary constants in GNU mode."Tim Northover
2017-08-08Lexer: always allow imaginary constants in GNU mode.Tim Northover
2017-08-02Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova
2017-06-02ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz
2017-01-12Tracking exception specification source locationsMalcolm Parsons
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko
2016-12-07[RecursiveASTVisitor] Improve post-order traversal unit testMalcolm Parsons
2016-12-07[RecursiveASTVisitor] Fix post-order traversal of UnaryOperatorMalcolm Parsons
2016-11-23[ASTImporter] Added ability to import AtomicType nodesGabor Horvath
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-21[Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons
2016-09-28[ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin
2016-07-18[NFC] Header cleanupMehdi Amini
2016-07-08Recommit r274348 and r274349. The Windows failures should be fixed.Vassil Vassilev
2016-07-01Revert r274348 and r274349 until the Windows failures are fixed.Vassil Vassilev
2016-07-01Add forgotten test to r274348.Vassil Vassilev
2016-07-01Add postorder traversal support to the RecursiveASTVisitor.Vassil Vassilev
2016-06-08Prune away some unused using decls. NFC.Benjamin Kramer
2016-05-31[ASTMatchers] Breaking change of `has` matcherPiotr Padlewski
2016-04-14[ASTImporter] Implement some expression-related AST node import.Artem Dergachev
2016-04-14Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko
2016-03-09Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman
2016-01-26Remove autoconf supportChris Bieneman
2016-01-12Properly track the end location of an exception specification.Aaron Ballman
2015-12-17Add a test for r255875 & r255929, comparisons on DynTypeNode wrapped QualType.Richard Trieu
2015-11-09Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko
2015-10-23[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer
2015-10-21Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer
2015-10-20[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer