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
/
libclang
/
CursorVisitor.h
Age
Commit message (
Expand
)
Author
2013-03-08
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-02-21
Strip 'llvm' from 'llvm::Optional' uses.
Ted Kremenek
2013-01-26
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
libclang: make getCursorStmt() and getCursorExpr() return const pointers
Dmitri Gribenko
2013-01-23
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2012-12-04
Sort #include lines for tools/...
Chandler Carruth
2012-10-29
Add missing emacs major mode marker.
Nick Lewycky
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-09-01
[libclang] The annotation of tokens operation visits statement nodes code-rec...
Argyrios Kyrtzidis
2012-02-15
Implement indexing support for lambdas in libclang (both kinds), as
Douglas Gregor
2012-01-01
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-11-29
[libclang] Make clang_findReferencesInFile also work on macros (find all expa...
Argyrios Kyrtzidis
2011-11-16
[libclang] Make clang_annotateTokens use "file-targeted" deserialization and ...
Argyrios Kyrtzidis
2011-11-03
[libclang] Move CursorVisitor to its own header.
Argyrios Kyrtzidis