summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-used.c
Commit message (Expand)AuthorAgeFilesLines
* Removed a string literal for an attribute name, which means the attribute nam...Aaron Ballman2013-12-261-4/+4
* Check that we don't warn on this testcase. This is basically a test thatRafael Espindola2012-11-231-1/+1
* c: privide deprecated warning when __private_extern__ storageFariborz Jahanian2012-08-171-1/+1
* Change the wording of the bad-decl-for-attribute warning and errorJohn McCall2011-01-251-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Warn about attribute used ignored on "extern int aDaniel Dunbar2009-02-131-0/+3
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-131-0/+17