- Jul 05, 2010
-
-
Zhongxing Xu authored
llvm-svn: 107605
-
Zhongxing Xu authored
llvm-svn: 107604
-
- Mar 12, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 98339
-
- Oct 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 84436
-
- Sep 09, 2009
-
-
Mike Stump authored
llvm-svn: 81346
-
- Jul 30, 2009
-
-
Argyrios Kyrtzidis authored
llvm-svn: 77547
-
Argyrios Kyrtzidis authored
llvm-svn: 77537
-
Argyrios Kyrtzidis authored
decls originated from. llvm-svn: 77534
-
- Jul 24, 2009
-
-
Zhongxing Xu authored
llvm-svn: 76939
-
- 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
-