1. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 15 years ago
  2. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 15 years ago
  3. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 15 years ago
  4. ed12273 Move CXString creation/management routines into by Ted Kremenek · 15 years ago
  5. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 15 years ago
  6. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 15 years ago
  7. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 15 years ago
  8. 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 15 years ago
  9. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 15 years ago
  10. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 15 years ago
  11. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 15 years ago[Renamed from tools/CIndex/CIndexDiagnostic.cpp]
  12. b846deb Prune includes. by Benjamin Kramer · 15 years ago
  13. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 15 years ago
  14. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  15. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  16. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  17. f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 15 years ago
  18. 274f190 Rework the CIndex API for displaying diagnostics. Instead of printing by Douglas Gregor · 15 years ago
  19. 5f8e1be Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL by Douglas Gregor · 15 years ago
  20. 473d701 Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. by Douglas Gregor · 15 years ago
  21. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 15 years ago
  22. 436f3f0 Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were by Douglas Gregor · 15 years ago
  23. 4c58923 Introduce CIndex API functions for displaying a diagnostic, with some by Douglas Gregor · 15 years ago
  24. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago
  25. ee4db4f Move createCXString() functions out of CIndexer and into the clang::cxstring namespace. by Ted Kremenek · 15 years ago
  26. a3890ba Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! by Douglas Gregor · 16 years ago
  27. 4914612 CIndex: Fix diagnostic callback to not return SourceLocations with a reference to a temporary LangOptions object. by Daniel Dunbar · 16 years ago
  28. 35b8440 CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract by Daniel Dunbar · 16 years ago
  29. 51c6d38 When printing diagnostics in c-index-test, also print source ranges by Douglas Gregor · 16 years ago
  30. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 16 years ago
  31. 5352ac0 Implement a diagnostics callback for the C interface to Clang, so that by Douglas Gregor · 16 years ago