aboutsummaryrefslogtreecommitdiff
path: root/test/Index/cindex-on-invalid.m
AgeCommit message (Expand)Author
2011-04-20When translating a Clang source range into a libclang source range,Douglas Gregor
2011-03-15c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar:...Ted Kremenek
2010-03-26Update test case since c-index-test now works on invalid sources.Ted Kremenek
2010-02-21Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLLDouglas Gregor
2010-02-19XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor
2010-02-18Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor
2010-02-18Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor
2010-02-18Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor
2010-02-18Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor
2009-12-05CIndex: For the time being, don't return translation units if we encounter an...Daniel Dunbar