aboutsummaryrefslogtreecommitdiff
path: root/test/Index/code-complete-errors.c
AgeCommit message (Expand)Author
2011-01-03Speed up code-completion by skipping function bodies.Argyrios Kyrtzidis
2010-11-19Extend the libclang diagnostic API to provide information about theDouglas Gregor
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor
2010-11-09Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-06-16Make the "extra ';' inside a struct or union" diagnostic moreDouglas Gregor
2010-02-21De-XFAIL some win32 tests that are now passingDouglas 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-18Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor
2010-02-14c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar
2010-01-29When printing diagnostics in c-index-test, also print source rangesDouglas Gregor
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor