llvm-project/clang/tools/index-test
Argyrios Kyrtzidis 05ac8276cf Change the semantics for Entity.
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
2009-07-21 00:07:06 +00:00
..
CMakeLists.txt Make use of the Index library through the index-test tool. 2009-07-05 22:22:35 +00:00
Makefile Make use of the Index library through the index-test tool. 2009-07-05 22:22:35 +00:00
index-test.cpp Change the semantics for Entity. 2009-07-21 00:07:06 +00:00