aboutsummaryrefslogtreecommitdiff
path: root/test/Index/cindex-from-source.m
AgeCommit message (Expand)Author
2010-07-19Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor
2010-03-03Don't use echo in the Index test, which I hope will work around an intermitte...Douglas Gregor
2010-02-14c-index-test: Unify and always print half-open extents.Daniel Dunbar
2010-02-14c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar
2010-01-21Introduce type references into the C API, capturing references toDouglas Gregor
2010-01-18Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-13Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar
2009-12-12XFAIL this test on Win32 until I can take a look.Daniel Dunbar
2009-12-04ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar