Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4985e3ec81679955e51d537d1186e243f9389d7a
/
test
/
Index
/
c-index-api-test.m
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
bbd755a
Update test, I don't know why this changed but seems innocuous.
by Daniel Dunbar
· 16 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
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
f9adf8f
- Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef).
by Steve Naroff
· 16 years ago
85e2db7
Add support for class and protocol references.
by Steve Naroff
· 16 years ago
1abe5c3
Revert "Force triple in test.", this wasn't the problem.
by Daniel Dunbar
· 16 years ago
c22dd4d
Force triple in test.
by Daniel Dunbar
· 16 years ago
7416524
Fix cut/paste error resulting in bad column info.
by Steve Naroff
· 16 years ago
699a07d
Add clang_getDeclLine and clang_getDeclColumn
by Steve Naroff
· 16 years ago
d781a39
Don't look for __builtin_va_list; it isn't present for all targets
by Douglas Gregor
· 16 years ago
ff9e18c
Add test for C-based indexing API, using FileCheck utility.
by Steve Naroff
· 16 years ago