- Jul 23, 2009
-
-
Zhongxing Xu authored
llvm-svn: 76873
-
- Jul 21, 2009
-
-
Argyrios Kyrtzidis authored
llvm-svn: 76546
-
Argyrios Kyrtzidis authored
llvm-svn: 76532
-
Argyrios Kyrtzidis authored
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
-
- Jul 17, 2009
-
-
Zhongxing Xu authored
more obvious. llvm-svn: 76167
-
Argyrios Kyrtzidis authored
llvm-svn: 76136
-
- Jul 15, 2009
-
-
Zhongxing Xu authored
llvm-svn: 75740
-
- Jul 13, 2009
-
-
Chris Lattner authored
llvm-svn: 75437
-
- Jul 06, 2009
-
-
Argyrios Kyrtzidis authored
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
-