1. 4ee17ac Revert unintentional change to this file. by Daniel Dunbar · 16 years ago
  2. 4dc99f8 CIndex: Add temporary hack to leak memory instead of returning invalid pointers. by Daniel Dunbar · 16 years ago
  3. f8297f1 Fix some build warnings. by Daniel Dunbar · 16 years ago
  4. 0c8296d Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 16 years ago
  5. f96b524 Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. by Steve Naroff · 16 years ago
  6. 2e06fc8 Changes for building as a Windows DLL by John Thompson · 16 years ago
  7. cab9882 Fixes a warning. by Fariborz Jahanian · 16 years ago
  8. fbcb2b7 Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint(). by Ted Kremenek · 16 years ago
  9. 6a6de8b Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searching). Without a 'relativeDecl', the algorithm is n-squared. For example, running the following command on 'Large.m' takes hours without a 'relatvieDecl'. by Steve Naroff · 16 years ago
  10. e56b4ba by Steve Naroff · 16 years ago
  11. 1374598 Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to by Ted Kremenek · 16 years ago
  12. 85f5468 Fix compiler warning: "ISO C90 forbids mixed declarations and code" by Ted Kremenek · 16 years ago
  13. 8ce88a4 Fix warning: 'warning: C++ style comments are not allowed in ISO C90' by Ted Kremenek · 16 years ago
  14. 0246575 Make CIndex and c-index-test a little bit more robust. The only by Douglas Gregor · 16 years ago
  15. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 16 years ago
  16. e19944c Make sure temporary files get unlinked. by Steve Naroff · 16 years ago
  17. 9a3dcf2 Make sure that c-index-test links as a C++ executable by Douglas Gregor · 16 years ago
  18. f393c3b Fix C90 compile warning about mixed declarations and code. by Eric Christopher · 16 years ago
  19. 85e2db7 Add support for class and protocol references. by Steve Naroff · 16 years ago
  20. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 16 years ago
  21. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 16 years ago
  22. f7469a3 Some minor cleanups... by Steve Naroff · 16 years ago
  23. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 16 years ago
  24. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 16 years ago
  25. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 16 years ago
  26. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 16 years ago
  27. af08ddc by Steve Naroff · 16 years ago
  28. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 16 years ago
  29. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 16 years ago
  30. 10c2d31 Fix warnings. by Eli Friedman · 16 years ago
  31. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 16 years ago
  32. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 16 years ago
  33. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 16 years ago
  34. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 16 years ago
  35. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 16 years ago
  36. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 16 years ago