summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ProgramImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis2009-07-291-0/+2
| | | | | | GlobalSelector is an ASTContext-independent way to refer to Objective C selectors. llvm-svn: 77538
* Use an IdentifierTable for names used for Entities.Argyrios Kyrtzidis2009-07-291-3/+6
| | | | llvm-svn: 77537
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-7/+5
| | | | | | | | | | Entity can now refer to declarations that are not visible outside the translation unit. It is a wrapper of a pointer union, it's either a Decl* for declarations that don't "cross" translation units, or an EntityImpl* which is associated with the specific "visible" Decl. Included is a test case for handling fields across translation units. llvm-svn: 76515
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-051-0/+53
Its purpose is to provide the basic infrastructure for cross-translation-unit analysis like indexing, refactoring, etc. Currently it is very "primitive" and with no type-names support. It can provide functionality like "show me all references of this function from these translation units". llvm-svn: 74802
OpenPOWER on IntegriCloud