1. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  2. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  3. f7469a3 Some minor cleanups... by Steve Naroff · 15 years ago
  4. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
  5. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  6. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  7. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  8. af08ddc by Steve Naroff · 15 years ago
  9. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  10. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  11. 10c2d31 Fix warnings. by Eli Friedman · 15 years ago
  12. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  13. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  14. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  15. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  16. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  17. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago