]> granicus.if.org Git - clang/commit
Visibility attributes should only be set on definition.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 22:36:33 +0000 (22:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 22:36:33 +0000 (22:36 +0000)
commit03abc9ec05e8edce5e8d0c7f08a05027b9e04170
tree0539917489a84b4400f8b8046a3e460b8fc7f731
parentd573d26e1abcce24c31ece3d6f7af158db569e4c
Visibility attributes should only be set on definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68561 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/visibility-option.c [deleted file]
test/CodeGen/visibility.c [new file with mode: 0644]