]> granicus.if.org Git - clang/commit
Implement a minor optimization by not introducing declarations into
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 May 2011 23:32:38 +0000 (23:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 May 2011 23:32:38 +0000 (23:32 +0000)
commit5cb0ef4aed9a4a1741260e16a99d18682335ab9b
tree73089b06f47f5e2b097783614f599e69c6e40ad4
parent010157f9dbce11706c96229cf17f1da9e2a39d73
Implement a minor optimization by not introducing declarations into
DeclContext's lookup table when they aren't in any identifier namespace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131037 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp