summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-used.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed a string literal for an attribute name, which means the attribute ↵Aaron Ballman2013-12-261-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 Espindola2013-08-161-0/+5
Before this patch we would warn and drop the attribute in extern const char test3[] __attribute__((used)) = ""; llvm-svn: 188588
OpenPOWER on IntegriCloud