Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r359814 "[Sema] Emit warning for visibility attribute on ↵ | Nico Weber | 2019-05-03 | 1 | -6/+0 |
| | | | | | | | | internal-linkage declaration" See cfe-commits thread for r359814. llvm-svn: 359858 | ||||
* | [Sema] Emit warning for visibility attribute on internal-linkage declaration | Scott Linder | 2019-05-02 | 1 | -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's | Rafael Espindola | 2012-07-12 | 1 | -0/+4 |
| | | | | | | behavior and is the first step in fixing pr13338. llvm-svn: 160104 | ||||
* | Extend the error about incompatible visibility attributes in different | Rafael Espindola | 2012-05-01 | 1 | -0/+16 |
decls to work on function templates specializations. llvm-svn: 155943 |