aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/pragma-weak.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith1-0/+27
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-07-30PR3679 - handle #pragma weakRyan Flynn1-1/+1
2009-06-05Update test to work with the limited Sema for #pragma weak.Eli Friedman1-2/+2
2009-06-05Test for parsing #pragma weak.Eli Friedman1-0/+17