]> granicus.if.org Git - clang/commit
__module_private__ is inherited by redeclarations of an entity, and
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 19:05:14 +0000 (19:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 19:05:14 +0000 (19:05 +0000)
commite761230ae3751b525cadd8066c74ec278ee4ef57
tree459e36d24abbe4c0680f2795203885991b4a6eb6
parent9134294114c15b938f2ff954995d9f00f63dd9d8
__module_private__ is inherited by redeclarations of an entity, and
must also be present of the first declaration of that entity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139384 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/Modules/module-private.cpp