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 | ||||
* | test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. | NAKAMURA Takumi | 2012-05-04 | 1 | -1/+1 |
| | | | | llvm-svn: 156153 | ||||
* | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis | 2012-05-03 | 1 | -0/+10 |
validate that we didn't override the contents of any of such files. If this is detected, emit a diagnostic error and recover gracefully by using the contents of the original file that the PCH was built from. Part of rdar://11305263 llvm-svn: 156107 |