summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/if_warning.c
Commit message (Collapse)AuthorAgeFilesLines
* Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes ↵Argyrios Kyrtzidis2011-05-211-0/+4
| | | | | | rdar://9475098. llvm-svn: 131788
* emit warn_char_constant_too_large at most once per literal, fixing PR6852Chris Lattner2010-04-161-0/+6
| | | | llvm-svn: 101580
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=fooChris Lattner2009-04-191-1/+2
| | | | llvm-svn: 69557
* Fix PR3938 by taking into account C99 6.10p4.Chris Lattner2009-04-181-0/+7
| | | | llvm-svn: 69413
* convert test to -verify style.Chris Lattner2009-04-181-3/+4
| | | | llvm-svn: 69412
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* add support for -Wundef.Chris Lattner2008-01-231-0/+12
llvm-svn: 46274
OpenPOWER on IntegriCloud