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
/
index-test
/
index-test.cpp
Age
Commit message (
Expand
)
Author
2009-07-29
Introduce a helper template for the Handler classes and use it instead
Argyrios Kyrtzidis
2009-07-29
-Make IndexProvider an abstract interface for getting indexing information.
Argyrios Kyrtzidis
2009-07-21
Change the semantics for Entity.
Argyrios Kyrtzidis
2009-07-21
Add '\n' to the end of error message.
Argyrios Kyrtzidis
2009-07-18
Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...
Argyrios Kyrtzidis
2009-07-18
Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ...
Argyrios Kyrtzidis
2009-07-14
Handle redeclarations properly at the index-test tool.
Argyrios Kyrtzidis
2009-07-14
For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it.
Argyrios Kyrtzidis
2009-07-14
Handle struct fields through the index-test tool.
Argyrios Kyrtzidis
2009-07-07
Fix comment.
Zhongxing Xu
2009-07-06
Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test...
Argyrios Kyrtzidis
2009-07-06
Some changes to ASTLocation's methods
Argyrios Kyrtzidis
2009-07-06
Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...
Argyrios Kyrtzidis
2009-07-06
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
Argyrios Kyrtzidis
2009-07-06
Rename 'ASTNode' -> 'ASTLocation'.
Argyrios Kyrtzidis
2009-07-05
Make use of the Index library through the index-test tool.
Argyrios Kyrtzidis
2009-07-05
Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...
Argyrios Kyrtzidis
2009-07-02
Add support for retrieving the Doxygen comment associated with a given
Douglas Gregor
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-29
Remove redundant leftover code.
Argyrios Kyrtzidis
2009-06-25
Check that index-test uses an up-to-date AST file.
Argyrios Kyrtzidis
2009-06-25
Add some comments and clean-up some leftover code.
Argyrios Kyrtzidis
2009-06-25
Introduce tools/index-test.
Argyrios Kyrtzidis