| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed up code-completion by skipping function bodies. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -25/+0 |
* | Extend the libclang diagnostic API to provide information about the | Douglas Gregor | 2010-11-19 | 1 | -2/+4 |
* | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -1/+8 |
* | Revert r118492, which didn't update all of its tests accordingly | Douglas Gregor | 2010-11-09 | 1 | -8/+1 |
* | Introduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -1/+8 |
* | Make the "extra ';' inside a struct or union" diagnostic more | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
* | De-XFAIL some win32 tests that are now passing | Douglas Gregor | 2010-02-21 | 1 | -1/+0 |
* | XFAIL some of the c-index-test tests on Windows, where they are failing inexp... | Douglas Gregor | 2010-02-19 | 1 | -0/+1 |
* | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor | 2010-02-18 | 1 | -1/+1 |
* | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor | 2010-02-18 | 1 | -1/+1 |
* | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor | 2010-02-18 | 1 | -1/+1 |
* | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar | 2010-02-14 | 1 | -3/+3 |
* | When printing diagnostics in c-index-test, also print source ranges | Douglas Gregor | 2010-01-29 | 1 | -6/+6 |
* | Introduce serialization and deserialization of diagnostic information | Douglas Gregor | 2010-01-28 | 1 | -0/+16 |