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
2010-01-10
Improve code completion by introducing patterns for the various C and
Douglas Gregor
2010-01-07
Add FileCheck prefix to another location in the output of c-index-test.
Ted Kremenek
2010-01-05
Remove unused variables.
Ted Kremenek
2010-01-05
Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ...
Ted Kremenek
2009-12-18
Extend code-completion results with the type of each result
Douglas Gregor
2009-12-18
Change clang_codeComplete API to return the results in a structure on
Douglas Gregor
2009-12-17
Test for errors during fread() inside c-index-test and handle them
Chandler Carruth
2009-12-03
Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm...
Daniel Dunbar
2009-12-02
Extend the CIndex code-completion API to perform code completion
Douglas Gregor
2009-12-01
c-index-test: Split "function scanning" behavior into its own "filter" -- its
Daniel Dunbar
2009-12-01
Add c-index-test -test-load-source, which loads the translation unit from a s...
Daniel Dunbar
2009-11-18
Add special clang_getCursor() support for @class. Handles <rdar://problem/73...
Ted Kremenek
2009-11-17
fgetln is a BSDism; replace it with more portable code.
Benjamin Kramer
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
[next]