]> granicus.if.org Git - clang/commit
Consider visibility attributes last, so that they take precedence.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 14 Apr 2012 15:21:19 +0000 (15:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 14 Apr 2012 15:21:19 +0000 (15:21 +0000)
commit767f7c7558779e7feb4fe10960726dbf01e69a9f
tree4485f7093c59a1155b46d002ad3b1cfd4e719739
parent8fb9fb66d415ee40447277f649ecdb12b4964385
Consider visibility attributes last, so that they take precedence.
I am working on a cleaner fix, but this gets the case in PR12552 passing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/CodeGenCXX/visibility.cpp