Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor | 2010-10-11 | 1 | -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 setting | Daniel Dunbar | 2010-02-02 | 1 | -1/+1 |
| | | | | | | syntax. llvm-svn: 95068 | ||||
* | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -0/+5 |
translation units that include unsaved files. llvm-svn: 94258 |