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
/
Index
/
Entity.h
Age
Commit message (
Expand
)
Author
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2010-07-06
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2009-12-15
update to match LLVM API change:
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-29
Add Entity::getInternalDecl() to be used only on Entities that refer to internal
Argyrios Kyrtzidis
2009-07-29
Fix some comments.
Argyrios Kyrtzidis
2009-07-24
Constify methods.
Zhongxing Xu
2009-07-23
constify methods.
Zhongxing Xu
2009-07-21
Remove the ASTContext parameter from Entity::getPrintableName().
Argyrios Kyrtzidis
2009-07-21
Keep only canonical Decls in Entities.
Argyrios Kyrtzidis
2009-07-21
Change the semantics for Entity.
Argyrios Kyrtzidis
2009-07-17
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
Zhongxing Xu
2009-07-15
Add getName() method to Entity.
Zhongxing Xu
2009-07-05
Introduce the 'Index' library.
Argyrios Kyrtzidis