1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 11 years ago
  3. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 11 years ago
  4. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 11 years ago
  5. e42e578 libclang: some type safety for CXTranslationUnitImpl's internals by Dmitri Gribenko · 11 years ago
  6. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 11 years ago
  7. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  8. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  9. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  10. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  11. 8e59838 Fix dead store warning. by Ted Kremenek · 12 years ago
  12. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  13. fc399c7 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  14. 7b8290f Fix use-after-free introduced by me being an idiot. by Ted Kremenek · 12 years ago
  15. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 12 years ago
  16. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  17. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago
  18. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  19. c88e58c [libclang] Add a comment in lazyCreateDiags to explain why the check and reset of by Argyrios Kyrtzidis · 13 years ago
  20. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  21. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  22. 1edabbc [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic by Ted Kremenek · 13 years ago
  23. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  24. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  25. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  26. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  27. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  28. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  29. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  30. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  31. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  32. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  33. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
  34. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  35. 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 14 years ago
  36. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  37. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  38. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed from tools/CIndex/CIndexDiagnostic.cpp]
  39. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  40. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 14 years ago
  41. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  42. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  43. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  44. f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 14 years ago
  45. 274f190 Rework the CIndex API for displaying diagnostics. Instead of printing by Douglas Gregor · 14 years ago
  46. 5f8e1be Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL by Douglas Gregor · 14 years ago
  47. 473d701 Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. by Douglas Gregor · 14 years ago
  48. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 14 years ago
  49. 436f3f0 Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were by Douglas Gregor · 14 years ago
  50. 4c58923 Introduce CIndex API functions for displaying a diagnostic, with some by Douglas Gregor · 14 years ago
  51. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 14 years ago
  52. ee4db4f Move createCXString() functions out of CIndexer and into the clang::cxstring namespace. by Ted Kremenek · 14 years ago
  53. a3890ba Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! by Douglas Gregor · 14 years ago
  54. 4914612 CIndex: Fix diagnostic callback to not return SourceLocations with a reference to a temporary LangOptions object. by Daniel Dunbar · 14 years ago
  55. 35b8440 CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract by Daniel Dunbar · 14 years ago
  56. 51c6d38 When printing diagnostics in c-index-test, also print source ranges by Douglas Gregor · 14 years ago
  57. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 14 years ago
  58. 5352ac0 Implement a diagnostics callback for the C interface to Clang, so that by Douglas Gregor · 14 years ago