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