1. d1e6fdb Eliminate CIndexer::getClangPath(), since libclang no longer depends by Douglas Gregor · 14 years ago
  2. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  3. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed from tools/CIndex/CIndexer.h]
  4. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  5. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 14 years ago
  6. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 14 years ago
  7. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 14 years ago
  8. 436f3f0 Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were by Douglas Gregor · 14 years ago
  9. b271071 Resurrect the displayDiagnostics parameter to clang_createIndex(), and by Douglas Gregor · 14 years ago
  10. ee4db4f Move createCXString() functions out of CIndexer and into the clang::cxstring namespace. by Ted Kremenek · 14 years ago
  11. 936ea3b Switch the remaining diagnostic printing in CIndex over to the by Douglas Gregor · 14 years ago
  12. 5352ac0 Implement a diagnostics callback for the C interface to Clang, so that by Douglas Gregor · 14 years ago
  13. fc8ea23 Introduce a CIndex API for lexing the raw tokens within a given source by Douglas Gregor · 14 years ago
  14. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 14 years ago
  15. a030b7c Eliminate CIndex's dependency on the Clang Index library, since we by Douglas Gregor · 14 years ago
  16. 4b333d2 Make createCXString() a static member function of class CIndex. by Ted Kremenek · 15 years ago
  17. ab18893 Split code in CIndex.cpp into multiple source files, and remove some unnecessary #includes. by Ted Kremenek · 15 years ago