Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore return value in test. | Daniel Jasper | 2017-06-16 | 1 | -1/+1 |
| | | | | llvm-svn: 305574 | ||||
* | Fix a bug that warnings generated with -M or -MM flags | Yuka Takahashi | 2017-06-16 | 1 | -0/+12 |
| | | | | | | | | | This is a patch for bug: https://bugs.llvm.org/show_bug.cgi?id=6817 Warnings should not be emitted with -M and -MM flags, because this mode is only used for generate MakeFiles. llvm-svn: 305561 | ||||
* | Replace 'grep foo | count 0' with 'not grep foo'. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | This avoids depending on pipefail not being used. llvm-svn: 185648 | ||||
* | Driver: M and MM should be grouped together, <rdar://problem/8744831>. | Daniel Dunbar | 2010-12-08 | 1 | -0/+3 |
llvm-svn: 121284 |