index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Index
/
DeclReferenceMap.cpp
Age
Commit message (
Expand
)
Author
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-10-18
Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize
John McCall
2009-09-29
Keep track of type references in DeclReferenceMap.
Argyrios Kyrtzidis
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-29
Use helper class ASTVisitor to fully traverse an AST.
Argyrios Kyrtzidis
2009-07-21
Handle references from ObjCIvarRefExprs.
Argyrios Kyrtzidis
2009-07-18
Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth...
Argyrios Kyrtzidis
2009-07-14
In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them.
Argyrios Kyrtzidis
2009-07-12
fix file headers.
Chris Lattner
2009-07-06
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
Argyrios Kyrtzidis