summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix duplicate class template definitions problemGabor Marton2018-05-231-2/+128
* [ASTImporter] Enable disabled but passing testGabor Marton2018-05-181-1/+1
* Do not try to remove invisible Decls from DeclContextGabor Marton2018-05-181-0/+33
* [ASTImporter] Fix missing implict CXXRecordDeclGabor Marton2018-05-171-1/+1
* [ASTImporter] Extend lookup logic in class templatesAleksei Sidorin2018-05-151-0/+33
* [ASTImporter] Turn StringRefs back to std::strings to avoid use-after-freeAleksei Sidorin2018-05-141-2/+2
* [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, Depe...Peter Szecsi2018-05-071-0/+55
* [ASTImporter] Allow testing of import sequences; fix import of typedefs for a...Aleksei Sidorin2018-04-241-45/+251
* [ASTImporter] Add test helper FixturePeter Szecsi2018-03-301-6/+693
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-141-14/+26
* 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
* [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook...Aleksei Sidorin2018-01-091-0/+35
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+30
* [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
* [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
* [ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath2017-11-141-0/+40
* [ASTImporter] Import SubStmt of CaseStmtGabor Horvath2017-10-181-0/+13
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-021-29/+13
* [ASTImporter] Added ability to import AtomicType nodesGabor Horvath2016-11-231-0/+15
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-281-0/+19
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-4/+0
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-14/+8
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-141-0/+470
OpenPOWER on IntegriCloud