This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Added visibility check for variable templates.
ClosedPublic

Authored by balazske on Mar 6 2020, 4:03 AM.

Details

Summary

ASTImporter makes now difference between variable templates
with same name in different translation units if not visible
outside.

Diff Detail

Event Timeline

balazske created this revision.Mar 6 2020, 4:03 AM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
a_sidorin accepted this revision.Mar 8 2020, 7:16 AM

LGTM!

This revision is now accepted and ready to land.Mar 8 2020, 7:16 AM
This revision was automatically updated to reflect the committed changes.