This is an archive of the discontinued LLVM Phabricator instance.

[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
name in different translation units if these are not visible outside.

Diff Detail

Event Timeline

balazske created this revision.Sep 13 2019, 3:33 AM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
martong accepted this revision.Nov 14 2019, 5:57 AM
This revision is now accepted and ready to land.Nov 14 2019, 5:57 AM
This revision was automatically updated to reflect the committed changes.