summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/remap-cursor-at.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor2010-10-111-1/+0
| | | | | | | | | improvements to the compiler and the introduction of crash recovery, it no longer makes sense to allow this mode. Moreover, this eliminates one use of the "clang" executable from within libclang; we'd like them all to go away. llvm-svn: 116207
* CIndex: Use 'env' instead of relying on bash environment-variable settingDaniel Dunbar2010-02-021-1/+1
| | | | | | syntax. llvm-svn: 95068
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+5
translation units that include unsaved files. llvm-svn: 94258
OpenPOWER on IntegriCloud