1. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 13 years ago
  2. f962eb4 [libclang] Fix CIndexer::isOptEnabled(); not sure what I was thinking there. by Argyrios Kyrtzidis · 13 years ago
  3. 81b5ac3 [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 13 years ago
  4. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 13 years ago
  5. bbca564 [libclang] Put the CIndexer class in the clang namespace instead of having by Argyrios Kyrtzidis · 13 years ago
  6. 6df7873 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 14 years ago
  7. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  8. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  9. 6c53fdd "Fix" some unintentional fallout from converting by Ted Kremenek · 14 years ago
  10. bf44c3b libclang: Add some support for running certain entry points in a "safety" by Daniel Dunbar · 14 years ago
  11. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  12. d1e6fdb Eliminate CIndexer::getClangPath(), since libclang no longer depends by Douglas Gregor · 14 years ago
  13. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  14. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 15 years ago[Renamed from tools/CIndex/CIndexer.h]
  15. b846deb Prune includes. by Benjamin Kramer · 15 years ago
  16. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 15 years ago
  17. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 15 years ago
  18. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 15 years ago
  19. 436f3f0 Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were by Douglas Gregor · 15 years ago
  20. b271071 Resurrect the displayDiagnostics parameter to clang_createIndex(), and by Douglas Gregor · 15 years ago
  21. ee4db4f Move createCXString() functions out of CIndexer and into the clang::cxstring namespace. by Ted Kremenek · 15 years ago
  22. 936ea3b Switch the remaining diagnostic printing in CIndex over to the by Douglas Gregor · 15 years ago
  23. 5352ac0 Implement a diagnostics callback for the C interface to Clang, so that by Douglas Gregor · 15 years ago
  24. fc8ea23 Introduce a CIndex API for lexing the raw tokens within a given source by Douglas Gregor · 15 years ago
  25. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  26. a030b7c Eliminate CIndex's dependency on the Clang Index library, since we by Douglas Gregor · 15 years ago
  27. 4b333d2 Make createCXString() a static member function of class CIndex. by Ted Kremenek · 15 years ago
  28. ab18893 Split code in CIndex.cpp into multiple source files, and remove some unnecessary #includes. by Ted Kremenek · 15 years ago