Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -154/+0 |
| | | | | | | (C) API, and will likely grow further in this direction in the future. llvm-svn: 102779 | ||||
* | Prune includes. | Benjamin Kramer | 2010-04-12 | 1 | -1/+0 |
| | | | | llvm-svn: 101059 | ||||
* | Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. | Benjamin Kramer | 2010-03-13 | 1 | -3/+3 |
| | | | | llvm-svn: 98452 | ||||
* | Make getTemporaryPath a static member of CIndexer and use it to replace ↵ | Benjamin Kramer | 2010-03-13 | 1 | -3/+3 |
| | | | | | | | | tmpnam calls. This fixes linker warnings on linux. llvm-svn: 98439 | ||||
* | CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As a | Daniel Dunbar | 2010-02-02 | 1 | -5/+27 |
| | | | | | | | | side effect, this also fixes some cases on Windows where the file would end up on a different drive, because tmpnam doesn't include the drive component. PR3837 strikes again. llvm-svn: 95067 | ||||
* | Fix libCIndex.so's lookup of the clang executable on CMake out-of-tree builds. | Chandler Carruth | 2010-01-27 | 1 | -1/+1 |
| | | | | llvm-svn: 94668 | ||||
* | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -0/+37 |
| | | | | | | translation units that include unsaved files. llvm-svn: 94258 | ||||
* | Split code in CIndex.cpp into multiple source files, and remove some ↵ | Ted Kremenek | 2010-01-05 | 1 | -0/+96 |
unnecessary #includes. llvm-svn: 92756 |