[all-commits] [llvm/llvm-project] 8d67bc: [ASTImporter] Added visibility check for variable ...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Mon Mar 9 04:03:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8d67bcf93c1ecb65d30f5e9b56b4f0c493bde1c3
https://github.com/llvm/llvm-project/commit/8d67bcf93c1ecb65d30f5e9b56b4f0c493bde1c3
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2020-03-09 (Mon, 09 Mar 2020)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterVisibilityTest.cpp
Log Message:
-----------
[ASTImporter] Added visibility check for variable templates.
Summary:
ASTImporter makes now difference between variable templates
with same name in different translation units if not visible
outside.
Reviewers: a.sidorin, shafik, a_sidorin
Reviewed By: a_sidorin
Subscribers: dkrupp, Szelethus, gamesh411, teemperor, martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D75732
More information about the All-commits
mailing list