[all-commits] [llvm/llvm-project] c2f6ef: [Clang][ASTImporter] Added visibility check for Cl...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Nov 15 06:05:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2f6efc732efa3921e34e24361d58e51d25460b1
https://github.com/llvm/llvm-project/commit/c2f6efc732efa3921e34e24361d58e51d25460b1
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterVisibilityTest.cpp
Log Message:
-----------
[Clang][ASTImporter] Added visibility check for ClassTemplateDecl.
Summary:
ASTImporter makes now difference between class templates with same
name in different translation units if these are not visible outside.
Reviewers: martong, a.sidorin, shafik
Reviewed By: martong
Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, teemperor, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D67543
More information about the All-commits
mailing list