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