[PATCH] D67490: [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 03:55:32 PDT 2019


balazske created this revision.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp.
Herald added a reviewer: martong.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67490

Files:
  clang/lib/AST/ASTImporter.cpp
  clang/unittests/AST/ASTImporterVisibilityTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67490.219879.patch
Type: text/x-patch
Size: 5784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190912/be7d5179/attachment.bin>


More information about the cfe-commits mailing list