Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
* | Fix a typo (chek => check) | Sylvestre Ledru | 2013-06-04 | 1 | -1/+1 |
| | | | | llvm-svn: 183223 | ||||
* | If the declaration of a C++ member function with an inline definition | Douglas Gregor | 2011-04-14 | 1 | -0/+15 |
is so broken that Sema can't form a declaration for it, don't bother trying to parse the definition later. Fixes <rdar://problem/9221993>. llvm-svn: 129547 |