summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/remap-cursor-at.c
Commit message (Collapse)AuthorAgeFilesLines
* 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