ASTImporter makes now difference between function templates with same
name in different translation units if these are not visible outside.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67490
[Clang][ASTImporter] Added visibility check for FunctionTemplateDecl. ClosedPublic Authored by balazske on Sep 12 2019, 3:55 AM.
Details Summary ASTImporter makes now difference between function templates with same
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 12 2019, 10:26 PM Closed by commit rL371820: [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl. (authored by balazske). · Explain WhySep 13 2019, 1:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 220047 cfe/trunk/lib/AST/ASTImporter.cpp
cfe/trunk/unittests/AST/ASTImporterVisibilityTest.cpp
|