1. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 15 years ago
  2. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 15 years ago
  3. 32141c8 Fix bogus diagnostic format string. by Daniel Dunbar · 15 years ago
  4. 313e26c Teach ASTUnit to keep track of temporary files, then delete them when by Douglas Gregor · 15 years ago
  5. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 15 years ago
  6. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago
  7. 2ef6f8f Convert clang_getCompletionChunkText() to return a CXString. by Ted Kremenek · 15 years ago
  8. 35b8440 CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract by Daniel Dunbar · 15 years ago
  9. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  10. 936ea3b Switch the remaining diagnostic printing in CIndex over to the by Douglas Gregor · 15 years ago
  11. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  12. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  13. ab18893 Split code in CIndex.cpp into multiple source files, and remove some unnecessary #includes. by Ted Kremenek · 15 years ago