summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/DeclReferenceMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-90/+0
| | | | llvm-svn: 154672
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
| | | | llvm-svn: 129567
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-2/+1
| | | | llvm-svn: 90044
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-4/+4
| | | | | | | | | | | | | TypeLoc class names to be $(Type classname)Loc. Rewrite the visitor. Provide skeleton implementations for all the new TypeLocs. Handle all cases in PCH. Handle a few more cases when inserting location information in SemaType. It should be extremely straightforward to add new location information to existing TypeLoc objects now. llvm-svn: 84386
* Keep track of type references in DeclReferenceMap.Argyrios Kyrtzidis2009-09-291-0/+13
| | | | llvm-svn: 83111
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis2009-07-291-80/+11
| | | | llvm-svn: 77539
* Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis2009-07-211-4/+13
| | | | llvm-svn: 76507
* Move the functionality of ASTContext::getCanonicalDecl(), into a virtual ↵Argyrios Kyrtzidis2009-07-181-5/+5
| | | | | | method Decl::getCanonicalDecl(). llvm-svn: 76273
* In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them.Argyrios Kyrtzidis2009-07-141-0/+6
| | | | llvm-svn: 75593
* fix file headers.Chris Lattner2009-07-121-1/+1
| | | | llvm-svn: 75437
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-0/+132
llvm-svn: 74859
OpenPOWER on IntegriCloud