]> granicus.if.org Git - clang/commit
Propagate __module_private__ from previous declarations to later
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 18:32:39 +0000 (18:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Sep 2011 18:32:39 +0000 (18:32 +0000)
commit6311d2bb3db1ec1064f45a14983ae5806adc676a
tree5cb041fdf6634ccfabccd3d7122c3d7788ade952
parentbbcb7ea8a062a8f1d5cb504e4518a5d4fbab873a
Propagate __module_private__ from previous declarations to later
declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139380 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp
test/Modules/module-private.cpp