ASTImporter makes now difference between class templates with same
name in different translation units if these are not visible outside.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D67543
[Clang][ASTImporter] Added visibility check for ClassTemplateDecl. ClosedPublic Authored by balazske on Sep 13 2019, 3:33 AM.
Details Summary ASTImporter makes now difference between class templates with same
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 14 2019, 5:57 AM Closed by commit rGc2f6efc732ef: [Clang][ASTImporter] Added visibility check for ClassTemplateDecl. (authored by balazske). · Explain WhyNov 15 2019, 6:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 229527 clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterVisibilityTest.cpp
|