1. 1d5fdf3 Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. by Ted Kremenek · 15 years ago
  2. a9933b9 fgetln is a BSDism; replace it with more portable code. by Benjamin Kramer · 15 years ago
  3. 1c6da17 Add c-index-test mode "-test-file-scan", which scans a source file and calls clang_getCursor() on every character. by Ted Kremenek · 15 years ago
  4. 0d43519 Organize c-index-test into logic sections, and add section headers. by Ted Kremenek · 15 years ago
  5. f5d9c93 Clean up c-index-test command line usage a bit by requiring a "-test-load-tu" option when testing clang_loadTranslationUnit(). Running c-index-test without the correct arguments now also prints a useful summary of its correct usage. by Ted Kremenek · 15 years ago
  6. 9298cfc Have clang_getCursorSource() return NULL when the source location is invalid or refers to a built-in buffer. Implements <rdar://problem/7296243>. by Ted Kremenek · 15 years ago
  7. 88d2395 Improve c-index-test's parsing of the -code-completion-at=file:line:column argument by Douglas Gregor · 15 years ago
  8. ef0cef6 Introduce CXString type and associated functions clang_getCString() and clang_disposeString(). by Steve Naroff · 15 years ago
  9. d5a2089 C doesn't allow mixing declarations and statements, silly by Douglas Gregor · 15 years ago
  10. 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago
  11. 4ee17ac Revert unintentional change to this file. by Daniel Dunbar · 15 years ago
  12. 4dc99f8 CIndex: Add temporary hack to leak memory instead of returning invalid pointers. by Daniel Dunbar · 15 years ago
  13. f8297f1 Fix some build warnings. by Daniel Dunbar · 15 years ago
  14. 0c8296d Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 15 years ago
  15. f96b524 Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. by Steve Naroff · 15 years ago
  16. 2e06fc8 Changes for building as a Windows DLL by John Thompson · 15 years ago
  17. cab9882 Fixes a warning. by Fariborz Jahanian · 15 years ago
  18. fbcb2b7 Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint(). by Ted Kremenek · 15 years ago
  19. 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 · 15 years ago
  20. e56b4ba by Steve Naroff · 15 years ago
  21. 1374598 Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to by Ted Kremenek · 15 years ago
  22. 85f5468 Fix compiler warning: "ISO C90 forbids mixed declarations and code" by Ted Kremenek · 15 years ago
  23. 8ce88a4 Fix warning: 'warning: C++ style comments are not allowed in ISO C90' by Ted Kremenek · 15 years ago
  24. 0246575 Make CIndex and c-index-test a little bit more robust. The only by Douglas Gregor · 15 years ago
  25. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  26. e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
  27. 9a3dcf2 Make sure that c-index-test links as a C++ executable by Douglas Gregor · 15 years ago
  28. f393c3b Fix C90 compile warning about mixed declarations and code. by Eric Christopher · 15 years ago
  29. 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
  30. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  31. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  32. f7469a3 Some minor cleanups... by Steve Naroff · 15 years ago
  33. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
  34. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  35. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  36. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  37. af08ddc by Steve Naroff · 15 years ago
  38. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  39. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  40. 10c2d31 Fix warnings. by Eli Friedman · 15 years ago
  41. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  42. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  43. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  44. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  45. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  46. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago