summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-visibility.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert r359814 "[Sema] Emit warning for visibility attribute on ↵Nico Weber2019-05-031-6/+0
| | | | | | | | internal-linkage declaration" See cfe-commits thread for r359814. llvm-svn: 359858
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+6
| | | | | | | | GCC warns on these cases, but we currently just silently ignore the attribute. Differential Revision: https://reviews.llvm.org/D61097 llvm-svn: 359814
* Ignore visibility attributes after definitions. This matches newer (4.7) gcc'sRafael Espindola2012-07-121-0/+4
| | | | | | behavior and is the first step in fixing pr13338. llvm-svn: 160104
* Extend the error about incompatible visibility attributes in differentRafael Espindola2012-05-011-0/+16
decls to work on function templates specializations. llvm-svn: 155943
OpenPOWER on IntegriCloud