When a CXXRecordDecl under ClassTemplateDecl is imported, check
the templated record decl for similarity instead of the template.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D47313
[ASTImporter] Corrected lookup at import of templated record decl ClosedPublic Authored by balazske on May 24 2018, 2:21 AM.
Details Summary When a CXXRecordDecl under ClassTemplateDecl is imported, check
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 29 2018, 7:15 AM Closed by commit rC333522: [ASTImporter] Corrected lookup at import of templated record decl (authored by martong). · Explain WhyMay 30 2018, 2:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149065 lib/AST/ASTImporter.cpp
unittests/AST/ASTImporterTest.cpp
|