Age | Commit message (Expand) | Author |
2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar |
2010-04-12 | Prune includes. | Benjamin Kramer |
2010-04-05 | Minor ASTUnit cleanups: | Douglas Gregor |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-24 | Make sure that we have File IDs for all of the unsaved files before we | Douglas Gregor |
2010-02-22 | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor |
2010-02-21 | Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL | Douglas Gregor |
2010-02-19 | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor |
2010-02-18 | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor |
2010-02-18 | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor |
2010-02-18 | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-17 | Move createCXString() functions out of CIndexer and into the clang::cxstring ... | Ted Kremenek |
2010-02-08 | Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! | Douglas Gregor |
2010-01-30 | CIndex: Fix diagnostic callback to not return SourceLocations with a referenc... | Daniel Dunbar |
2010-01-30 | CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract | Daniel Dunbar |
2010-01-29 | When printing diagnostics in c-index-test, also print source ranges | Douglas Gregor |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |
2010-01-28 | Implement a diagnostics callback for the C interface to Clang, so that | Douglas Gregor |