summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c
Commit message (Collapse)AuthorAgeFilesLines
* This test is XFAILed on Windows, but I cannot see a reason as to why it ↵Aaron Ballman2014-05-191-2/+0
| | | | | | | | should be failing. The original commit which XFAILed this was r111581, which suggested something was wrong with file remapping, but that may have been subsequently fixed. Removing the XFAIL, but will watch the build bots to see if any go red because of this. Local testing on Windows succeeds. llvm-svn: 209130
* [c-index-test] For the '-remap-file' option use a comma for separator which ↵Argyrios Kyrtzidis2013-12-051-1/+1
| | | | | | | | is more Windows friendly than the colon. llvm-svn: 196529
* [c-index-test] For the '-remap-file=' option use ':' instead of ';' for ↵Argyrios Kyrtzidis2013-12-051-1/+1
| | | | | | | | separator. lldb does not like semicolon as part of an option. llvm-svn: 196485
* libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar2010-08-191-0/+12
- Test case is disabled for now, because something isn't write with file remapping. llvm-svn: 111581
OpenPOWER on IntegriCloud