summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/DeclReferenceMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-90/+0
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-2/+1
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-4/+4
* Keep track of type references in DeclReferenceMap.Argyrios Kyrtzidis2009-09-291-0/+13
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis2009-07-291-80/+11
* Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis2009-07-211-4/+13
* Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth...Argyrios Kyrtzidis2009-07-181-5/+5
* In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them.Argyrios Kyrtzidis2009-07-141-0/+6
* fix file headers.Chris Lattner2009-07-121-1/+1
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-0/+132
OpenPOWER on IntegriCloud