Age | Commit message (Expand) | Author |
2011-04-20 | When translating a Clang source range into a libclang source range, | Douglas Gregor |
2011-03-15 | c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar:... | Ted Kremenek |
2010-03-26 | Update test case since c-index-test now works on invalid sources. | Ted Kremenek |
2010-02-21 | Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL | Douglas Gregor |
2010-02-19 | XFAIL some of the c-index-test tests on Windows, where they are failing inexp... | 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 | Resurrect the displayDiagnostics parameter to clang_createIndex(), and | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2009-12-05 | CIndex: For the time being, don't return translation units if we encounter an... | Daniel Dunbar |