]> granicus.if.org Git - clang/commit
Extend the error about incompatible visibility attributes in different
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 May 2012 20:58:29 +0000 (20:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 May 2012 20:58:29 +0000 (20:58 +0000)
commit4e31b4d6cf25029aa280d691e9023359c0ef4204
treeb5ecad0df08e400dc2695aa08d22a9f4c5ee479d
parent294fe20bfae74de9203bb9809bf12d4ae711b3db
Extend the error about incompatible visibility attributes in different
decls to work on function templates specializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-visibility.c
test/SemaCXX/attr-visibility.cpp [new file with mode: 0644]