llvm-project/clang/unittests/AST
Gabor Marton a0df7a9a4d [ASTImporter] Corrected lookup at import of templated record decl
Summary:
When a CXXRecordDecl under ClassTemplateDecl is imported, check
the templated record decl for similarity instead of the template.

Reviewers: a.sidorin

Reviewed By: a.sidorin

Subscribers: martong, cfe-commits

Differential Revision: https://reviews.llvm.org/D47313

Patch by Balazs Keri!

llvm-svn: 333522
2018-05-30 09:19:26 +00:00
..
ASTContextParentMapTest.cpp
ASTImporterTest.cpp [ASTImporter] Corrected lookup at import of templated record decl 2018-05-30 09:19:26 +00:00
ASTTypeTraitsTest.cpp
ASTVectorTest.cpp
CMakeLists.txt [ASTImporter] Add unit tests for structural equivalence 2018-05-24 08:41:07 +00:00
CommentLexer.cpp
CommentParser.cpp
CommentTextTest.cpp Fix rL332458: [AST] Added a helper to extract a user-friendly text of a comment. 2018-05-17 06:46:15 +00:00
DataCollectionTest.cpp
DeclMatcher.h Fix duplicate class template definitions problem 2018-05-23 13:53:36 +00:00
DeclPrinterTest.cpp
DeclTest.cpp
EvaluateAsRValueTest.cpp Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" 2018-02-27 15:54:55 +00:00
ExternalASTSourceTest.cpp
Language.cpp [ASTImporter] Add unit tests for structural equivalence 2018-05-24 08:41:07 +00:00
Language.h [ASTImporter] Add unit tests for structural equivalence 2018-05-24 08:41:07 +00:00
MatchVerifier.h [ASTImporter] Add unit tests for structural equivalence 2018-05-24 08:41:07 +00:00
NamedDeclPrinterTest.cpp [AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X" 2018-02-02 13:34:47 +00:00
SourceLocationTest.cpp
StmtPrinterTest.cpp
StructuralEquivalenceTest.cpp [ASTImporter] Add unit tests for structural equivalence 2018-05-24 08:41:07 +00:00