summaryrefslogtreecommitdiffstats
path: root/test/Parser/pragma-weak.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith2013-10-281-0/+27
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* PR3679 - handle #pragma weakRyan Flynn2009-07-301-1/+1
* Update test to work with the limited Sema for #pragma weak.Eli Friedman2009-06-051-2/+2
* Test for parsing #pragma weak.Eli Friedman2009-06-051-0/+17