summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/diag-mapping2.c
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility alias for -Wno-#warningsDavid Blaikie2017-06-011-0/+1
| | | | | | | GCC uses -Wno-cpp for this, so seems reasonable to add an alias to match. llvm-svn: 304456
* Improve specificity in the diag-mapping2.c testAlp Toker2014-06-101-6/+5
| | | | | | | Make sure grep catches the correct diagnostic, otherwise this test fails to detect broken functionality. llvm-svn: 210510
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-2/+2
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-7/+7
| | | | | | | | | - 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-6/+6
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* PR4715Shantonu Sen2009-08-141-1/+4
| | | | | | | -Wno-error disables WarningsAsErrors instead of mistakenly being treated like -Werror llvm-svn: 78987
* arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner2009-04-161-0/+19
they are supposed to be. llvm-svn: 69265
OpenPOWER on IntegriCloud