index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang-c
/
Index.h
Age
Commit message (
Expand
)
Author
2009-11-17
Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...
Ted Kremenek
2009-11-17
Allow "source_filename" to be an optional argument (the client can provide NU...
Ted Kremenek
2009-11-09
Introduce CXString type and associated functions clang_getCString() and clang...
Steve Naroff
2009-11-07
Various improvements to Clang's code-completion infrastructure:
Douglas Gregor
2009-10-31
Add two missing CINDEX_LINKAGE uses, in libCIndex, from Kovarththanan
Douglas Gregor
2009-10-28
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...
Steve Naroff
2009-10-27
Add support for 'CXFile' (<rdar://problem/7303360>).
Steve Naroff
2009-10-27
Changes for building as a Windows DLL
John Thompson
2009-10-22
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
Ted Kremenek
2009-10-22
Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:
Ted Kremenek
2009-10-21
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...
Steve Naroff
2009-10-20
Add an example to help claify the process/assumptions...
Steve Naroff
2009-10-20
- Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...
Steve Naroff
2009-10-19
Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to
Ted Kremenek
2009-10-16
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-15
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...
Steve Naroff
2009-09-25
Add clang_getDeclSource().
Steve Naroff
2009-09-25
Add clang_getDeclLine and clang_getDeclColumn
Steve Naroff
2009-09-23
More work to enable more exhaustive testing of the indexing API.
Steve Naroff
2009-09-22
- Implement support for various types of "refs" (initially to help test clang...
Steve Naroff
2009-09-16
fit in 80 cols
Chris Lattner
2009-09-15
- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...
Steve Naroff
2009-09-03
- Add back some harmless code that part of a reverted commit (r80859). I'll i...
Steve Naroff
2009-09-03
Revert "Visit function/method bodies and issue callback for parameters and local
Daniel Dunbar
2009-09-03
Visit function/method bodies and issue callback for parameters and local vari...
Steve Naroff
2009-09-02
Start issuing callback for references (add some predicates, refactor some code).
Steve Naroff
2009-09-02
Flesh out CXCursorKind...
Steve Naroff
2009-09-01
Tweak comment based on Daniel's recently added '-emit-ast' option.
Steve Naroff
2009-09-01
Add explicit "blind" client data to callback function (since we aren't using ...
Steve Naroff
2009-08-31
Implement source/line/column hooks.
Steve Naroff
2009-08-31
More fleshing out the C-based indexing API (under construction).
Steve Naroff
2009-08-28
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-28
Add CX prefix to Cursor and move a comment.
Steve Naroff
2009-08-27
Fill in Index.h header file and add stubs to implementation file.
Steve Naroff
2009-08-26
Add initial boilerplate for CIndex, a shared library that will vend high-level
Ted Kremenek