Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed a string literal for an attribute name, which means the attribute ↵ | Aaron Ballman | 2013-12-26 | 1 | -2/+2 |
| | | | | | | name will be quoted in the diagnostic. Manually added some quotes to a diagnostic for consistency. Updated the test cases as appropriate. llvm-svn: 198054 | ||||
* | Don't reject attribute used in an "extern const" variable definition. | Rafael Espindola | 2013-08-16 | 1 | -0/+5 |
Before this patch we would warn and drop the attribute in extern const char test3[] __attribute__((used)) = ""; llvm-svn: 188588 |