| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
GCC uses -Wno-cpp for this, so seems reasonable to add an alias to
match.
llvm-svn: 304456
|
|
|
|
|
|
|
| |
Make sure grep catches the correct diagnostic, otherwise this test fails to
detect broken functionality.
llvm-svn: 210510
|
|
|
|
|
|
|
| |
This is at least good documentation, but also opens the possibility of
using pipefail.
llvm-svn: 185652
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
|
|
|
|
|
|
| |
-Wno-error disables WarningsAsErrors instead of
mistakenly being treated like -Werror
llvm-svn: 78987
|
|
they are supposed to be.
llvm-svn: 69265
|