Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a7bde20f8c6334ccc3a7ef4dd77243d0921a8497
/
tools
/
CIndex
/
CIndex.exports
a7bde20
Implement clang_getCursorExtent, which provides a source range for the
by Douglas Gregor
· 16 years ago
547836f
Now that a reasonable deprecation cycle has passed, kill
by Douglas Gregor
· 16 years ago
98258af
Introduce clang_getCursorLocation(), which supercedes
by Douglas Gregor
· 16 years ago
cf84aa4
Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle.
by Ted Kremenek
· 16 years ago
4a884fd
Make clang_getDeclUSR() visible.
by Ted Kremenek
· 16 years ago
3172383
CIndex:
by Ted Kremenek
· 16 years ago
6ab9db1
For now, add back clang_getDeclSource().
by Ted Kremenek
· 16 years ago
378d4ba
Add _clang_getDeclExtent to export list.
by Daniel Dunbar
· 16 years ago
817db7c
Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()' instead.
by Ted Kremenek
· 16 years ago
fe6fd3d
Add C API hook 'clang_getDeclExtent()', which returns the source extent of a declaration. This implements <rdar://problem/7280072>.
by Ted Kremenek
· 16 years ago
1b6869a
Split (mostly nonexistent) USR code out from the main CIndex logic.
by Ted Kremenek
· 16 years ago
ec6762c
Change clang_codeComplete API to return the results in a structure on
by Douglas Gregor
· 16 years ago
8506dde
Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromCommandLine.
by Daniel Dunbar
· 16 years ago
7388555
Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing cursors).
by Ted Kremenek
· 16 years ago
ef0cef6
Introduce CXString type and associated functions clang_getCString() and clang_disposeString().
by Steve Naroff
· 16 years ago
3ac7385
Minor cleanup for CIndex-based code-completion:
by Douglas Gregor
· 16 years ago
0c8296d
Various improvements to Clang's code-completion infrastructure:
by Douglas Gregor
· 16 years ago
1184191
Sort export list.
by Daniel Dunbar
· 16 years ago
f96b524
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>.
by Steve Naroff
· 16 years ago
8814503
Add support for 'CXFile' (<rdar://problem/7303360>).
by Steve Naroff
· 16 years ago
fbcb2b7
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
by Ted Kremenek
· 16 years ago
e56b4ba
by Steve Naroff
· 16 years ago
7d1d49d
Keep track of whether declararions were loaded from a precompiled
by Douglas Gregor
· 16 years ago
5b7d8e2
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API (initial API implementation).
by Steve Naroff
· 16 years ago
ee9405e
Add clang_getDeclSource().
by Steve Naroff
· 16 years ago
699a07d
Add clang_getDeclLine and clang_getDeclColumn
by Steve Naroff
· 16 years ago
4ade6d6
More work to enable more exhaustive testing of the indexing API.
by Steve Naroff
· 16 years ago
2bd6b9f
Add clang_disposeTranslationUnit() and clang_disposeIndex().
by Steve Naroff
· 16 years ago
77128dd
- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound).
by Steve Naroff
· 16 years ago
af08ddc
by Steve Naroff
· 16 years ago
bce6f62
Revert "Visit function/method bodies and issue callback for parameters and local
by Daniel Dunbar
· 16 years ago
23d8bea
Visit function/method bodies and issue callback for parameters and local variables.
by Steve Naroff
· 16 years ago
f334b4e
Start issuing callback for references (add some predicates, refactor some code).
by Steve Naroff
· 16 years ago
89922f8
More fleshing out the C-based indexing API (under construction).
by Steve Naroff
· 16 years ago
5039819
Lot's of little changes to get the C-based indexing API going...
by Steve Naroff
· 16 years ago
f710789
Update exports list.
by Ted Kremenek
· 16 years ago
d2fa566
Add initial boilerplate for CIndex, a shared library that will vend high-level
by Ted Kremenek
· 16 years ago