1. ee9405e Add clang_getDeclSource(). by Steve Naroff · 15 years ago
  2. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  3. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
  4. fb57042 - Implement support for various types of "refs" (initially to help test clang_getCursor()). by Steve Naroff · 15 years ago
  5. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  6. a390759 Add Diagnostic to Indexer, and have it keep its own FileManager instead of taking an external reference (which was leaked in the case of the CIndex library). by Daniel Dunbar · 15 years ago
  7. 2bd6b9f Add clang_disposeTranslationUnit() and clang_disposeIndex(). by Steve Naroff · 15 years ago
  8. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  9. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  10. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  11. af08ddc by Steve Naroff · 15 years ago
  12. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  13. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  14. 1164d85 Fix some newly added bugs uncovered by the RELEASE build. by Steve Naroff · 15 years ago
  15. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  16. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  17. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  18. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  19. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  20. d01a0bc gcc 4.4 needs cstdio for printf. Reorder includes while at it. by Benjamin Kramer · 15 years ago
  21. 1eb79b5 Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 by Daniel Dunbar · 15 years ago
  22. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  23. 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
  24. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  25. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago