]> granicus.if.org Git - clang/commit
[Tooling] skip anonymous namespaces when checking if typeLoc references a type decl...
authorEric Liu <ioeric@google.com>
Tue, 26 Jul 2016 14:53:05 +0000 (14:53 +0000)
committerEric Liu <ioeric@google.com>
Tue, 26 Jul 2016 14:53:05 +0000 (14:53 +0000)
commit638fa18e43f75f71bdaf28da6b8307976abab8a0
tree49a94c44f94b5bc33d998bbe310679fb353ab752
parente34b8a83a206549e5839bcdf085f3671f6dedee6
[Tooling] skip anonymous namespaces when checking if typeLoc references a type decl from a different canonical namespace.

Summary:
[Tooling] skip anonymous namespaces when checking if typeLoc
references a type decl from a different canonical namespace.

Reviewers: bkramer

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D22808

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276754 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Core/Lookup.cpp
unittests/Tooling/LookupTest.cpp