summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-weak.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Add tests for weak functionsJonas Hahnfeld2018-05-251-0/+3
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-2/+2
* Check for internal weak decls after merging.Rafael Espindola2013-01-161-0/+6
* Issue warning if weak_import attribute is added to an alreadyFariborz Jahanian2011-06-221-0/+4
* When checking the 'weak' and 'weakref' attributes, look for non-externalJohn McCall2011-02-081-2/+1
* Change the wording of the bad-decl-for-attribute warning and errorJohn McCall2011-01-251-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Generate error on declaration containing 'static' and '__attribute__((weak))'Fariborz Jahanian2009-07-161-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add Parse/Sema support for weak_import attribute.Daniel Dunbar2009-03-061-0/+13