summaryrefslogtreecommitdiff
path: root/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Add test helper FixturePeter Szecsi2018-03-302-6/+761
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-1/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+1
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-141-14/+26
* [AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X"Sam McCall2018-02-021-0/+7
* Attempt to make the PS4 build bot happy.Gabor Horvath2018-01-271-2/+2
* [ASTImporter] Add support to import some AST nodes:Gabor Horvath2018-01-271-0/+92
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-261-7/+28
* Refactor RecursiveASTVisitor test for post-order traversalRaphael Isemann2018-01-242-129/+0
* [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook...Aleksei Sidorin2018-01-091-0/+35
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+30
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-2/+2
* [ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin2017-12-211-384/+386
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-201-29/+0
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-171-0/+29
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [ASTImporter] Add unit tests for UsingDecl and UsingShadowDeclAleksei Sidorin2017-12-031-0/+41
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-271-0/+16
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-261-0/+41
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-4/+47
* [DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz2017-11-161-16/+44
* [ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath2017-11-141-0/+40
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-7/+67
* [ASTImporter] Import SubStmt of CaseStmtGabor Horvath2017-10-181-0/+13
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-061-1/+1
* [analyzer] Make StmtDataCollector customizableJohannes Altmanninger2017-08-232-0/+174
* Revert "Lexer: always allow imaginary constants in GNU mode."Tim Northover2017-08-081-1/+1
* Lexer: always allow imaginary constants in GNU mode.Tim Northover2017-08-081-1/+1
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-021-29/+13
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-1/+2
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-1/+1
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-0/+67
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-132-2/+2
* [RecursiveASTVisitor] Improve post-order traversal unit testMalcolm Parsons2016-12-071-4/+4
* [RecursiveASTVisitor] Fix post-order traversal of UnaryOperatorMalcolm Parsons2016-12-071-2/+7
* [ASTImporter] Added ability to import AtomicType nodesGabor Horvath2016-11-231-0/+15
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-102-95/+31
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-0/+90
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-281-0/+19
* [NFC] Header cleanupMehdi Amini2016-07-183-2/+1
* Recommit r274348 and r274349. The Windows failures should be fixed.Vassil Vassilev2016-07-082-0/+124
* Revert r274348 and r274349 until the Windows failures are fixed.Vassil Vassilev2016-07-012-124/+0
* Add forgotten test to r274348.Vassil Vassilev2016-07-011-0/+123
* Add postorder traversal support to the RecursiveASTVisitor.Vassil Vassilev2016-07-011-0/+1
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-082-8/+0
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-14/+8