index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
c-index-test
/
c-index-test.c
Age
Commit message (
Expand
)
Author
2009-11-17
Add c-index-test mode "-test-file-scan", which scans a source file and calls ...
Ted Kremenek
2009-11-17
Organize c-index-test into logic sections, and add section headers.
Ted Kremenek
2009-11-17
Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"...
Ted Kremenek
2009-11-17
Have clang_getCursorSource() return NULL when the source location is invalid ...
Ted Kremenek
2009-11-09
Improve c-index-test's parsing of the -code-completion-at=file:line:column ar...
Douglas Gregor
2009-11-09
Introduce CXString type and associated functions clang_getCString() and clang...
Steve Naroff
2009-11-09
C doesn't allow mixing declarations and statements, silly
Douglas Gregor
2009-11-09
Minor cleanup for CIndex-based code-completion:
Douglas Gregor
2009-11-08
Revert unintentional change to this file.
Daniel Dunbar
2009-11-08
CIndex: Add temporary hack to leak memory instead of returning invalid pointers.
Daniel Dunbar
2009-11-07
Fix some build warnings.
Daniel Dunbar
2009-11-07
Various improvements to Clang's code-completion infrastructure:
Douglas Gregor
2009-10-28
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...
Steve Naroff
2009-10-27
Changes for building as a Windows DLL
John Thompson
2009-10-22
Fixes a warning.
Fariborz Jahanian
2009-10-22
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
Ted Kremenek
2009-10-21
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...
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-17
Fix compiler warning: "ISO C90 forbids mixed declarations and code"
Ted Kremenek
2009-10-17
Fix warning: 'warning: C++ style comments are not allowed in ISO C90'
Ted Kremenek
2009-10-16
Make CIndex and c-index-test a little bit more robust. The only
Douglas Gregor
2009-10-16
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-15
Make sure temporary files get unlinked.
Steve Naroff
2009-10-05
Fix C90 compile warning about mixed declarations and code.
Eric Christopher
2009-10-01
Add support for class and protocol references.
Steve Naroff
2009-09-25
Add clang_getDeclLine and clang_getDeclColumn
Steve Naroff
2009-09-24
Add test for C-based indexing API, using FileCheck utility.
Steve Naroff
2009-09-23
Some minor cleanups...
Steve Naroff
2009-09-23
More work to enable more exhaustive testing of the indexing API.
Steve Naroff
2009-09-15
- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...
Steve Naroff
2009-09-11
Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...
Steve Naroff
2009-09-04
Implement accessors clang_getCursorKind(), clang_getCursorDecl().
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
Fix warnings.
Eli Friedman
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
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
[prev]