summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/create-tu-fail.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-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 r157892Argyrios Kyrtzidis2012-06-021-1/+1
| | | | llvm-svn: 157893
* Initialize the non-target-dependent fields of the Preprocessor in its ↵Argyrios Kyrtzidis2012-06-021-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
OpenPOWER on IntegriCloud