]> granicus.if.org Git - clang/commit
Although in C++ class name has external linkage, usually the definition of the
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 5 Jul 2010 02:35:40 +0000 (02:35 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 5 Jul 2010 02:35:40 +0000 (02:35 +0000)
commitc8822e06d0420afb8e315ad82566d6c1173ad02f
tree4b587300c47f55e0ee119ca96a4067e9ef76d6f8
parent423030c9e73ac8c21b747dc019c192bc5041c848
Although in C++ class name has external linkage, usually the definition of the
class is available in the same translation unit when it's needed. So we make
all of them invalid Entity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/Entity.cpp