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 | ||||
* | Follow-up on the test of r157892 | Argyrios Kyrtzidis | 2012-06-02 | 1 | -1/+1 |
| | | | | llvm-svn: 157893 | ||||
* | Initialize the non-target-dependent fields of the Preprocessor in its ↵ | Argyrios Kyrtzidis | 2012-06-02 | 1 | -0/+10 |
constructor so we can destroy it even if it was constructed with "DelayInitialization = true", and we didn't end up calling Preprocessor::Initialize. Fixes crashes in rdar://11558355 llvm-svn: 157892 |