Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a7694087e4abaea261918ffbb3ffe38feb1da489
/
include
/
clang-c
08b0e8d
Add two missing CINDEX_LINKAGE uses, in libCIndex, from Kovarththanan
by Douglas Gregor
· 15 years ago
f96b524
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>.
by Steve Naroff
· 15 years ago
8814503
Add support for 'CXFile' (<rdar://problem/7303360>).
by Steve Naroff
· 15 years ago
2e06fc8
Changes for building as a Windows DLL
by John Thompson
· 15 years ago
fbcb2b7
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
by Ted Kremenek
· 15 years ago
139ba86
Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:
by Ted Kremenek
· 15 years ago
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
b4ece63
Add an example to help claify the process/assumptions...
by Steve Naroff
· 15 years ago
e56b4ba
by Steve Naroff
· 15 years ago
1374598
Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to
by Ted Kremenek
· 15 years ago
7d1d49d
Keep track of whether declararions were loaded from a precompiled
by Douglas Gregor
· 15 years ago
5b7d8e2
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API (initial API implementation).
by Steve Naroff
· 15 years ago
ee9405e
Add clang_getDeclSource().
by Steve Naroff
· 15 years ago
699a07d
Add clang_getDeclLine and clang_getDeclColumn
by Steve Naroff
· 15 years ago
4ade6d6
More work to enable more exhaustive testing of the indexing API.
by Steve Naroff
· 15 years ago
fb57042
- Implement support for various types of "refs" (initially to help test clang_getCursor()).
by Steve Naroff
· 15 years ago
459789b
fit in 80 cols
by Chris Lattner
· 15 years ago
77128dd
- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound).
by Steve Naroff
· 15 years ago
af08ddc
by Steve Naroff
· 15 years ago
bce6f62
Revert "Visit function/method bodies and issue callback for parameters and local
by Daniel Dunbar
· 15 years ago
23d8bea
Visit function/method bodies and issue callback for parameters and local variables.
by Steve Naroff
· 15 years ago
f334b4e
Start issuing callback for references (add some predicates, refactor some code).
by Steve Naroff
· 15 years ago
c857ea4
Flesh out CXCursorKind...
by Steve Naroff
· 15 years ago
b7cd17c
Tweak comment based on Daniel's recently added '-emit-ast' option.
by Steve Naroff
· 15 years ago
2b8ee6c
Add explicit "blind" client data to callback function (since we aren't using blocks).
by Steve Naroff
· 15 years ago
2d4d629
Implement source/line/column hooks.
by Steve Naroff
· 15 years ago
89922f8
More fleshing out the C-based indexing API (under construction).
by Steve Naroff
· 15 years ago
5039819
Lot's of little changes to get the C-based indexing API going...
by Steve Naroff
· 15 years ago
7e8f818
Add CX prefix to Cursor and move a comment.
by Steve Naroff
· 15 years ago
600866c
Fill in Index.h header file and add stubs to implementation file.
by Steve Naroff
· 15 years ago
d2fa566
Add initial boilerplate for CIndex, a shared library that will vend high-level
by Ted Kremenek
· 15 years ago