1. 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 · 16 years ago
  2. bbd755a Update test, I don't know why this changed but seems innocuous. by Daniel Dunbar · 16 years ago
  3. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  4. b490363 Force a specific target triple in c-index-api-test.m, making the behavior of the test not be dependent on the host. by Ted Kremenek · 16 years ago
  5. f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 16 years ago
  6. 85e2db7 Add support for class and protocol references. by Steve Naroff · 16 years ago
  7. 1abe5c3 Revert "Force triple in test.", this wasn't the problem. by Daniel Dunbar · 16 years ago
  8. c22dd4d Force triple in test. by Daniel Dunbar · 16 years ago
  9. 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 16 years ago
  10. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 16 years ago
  11. d781a39 Don't look for __builtin_va_list; it isn't present for all targets by Douglas Gregor · 16 years ago
  12. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 16 years ago