aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/pushable-diagnostics.c
AgeCommit message (Expand)Author
2010-11-09Split out -Wconversion warnings about constant precision into theirJohn McCall
2010-08-30Now that GCC will have #pragma push/pop (in GCC 4.6), allow theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-12add push/pop semantics for diagnostics. Patch by Louis Gerbarg!Chris Lattner