summaryrefslogtreecommitdiffstats
path: root/test/Index/cindex-from-source.m
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+3
* Don't use echo in the Index test, which I hope will work around an intermitte...Douglas Gregor2010-03-031-2/+2
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-1/+1
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-1/+1
* Introduce type references into the C API, capturing references toDouglas Gregor2010-01-211-1/+1
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-2/+2
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar2009-12-131-1/+0
* XFAIL this test on Win32 until I can take a look.Daniel Dunbar2009-12-121-0/+1
* ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar2009-12-041-0/+9