]> granicus.if.org Git - clang/commit
minor cleanups: make getIdentifierNamespace() be a single load
authorChris Lattner <sabre@nondot.org>
Fri, 27 Mar 2009 20:18:19 +0000 (20:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Mar 2009 20:18:19 +0000 (20:18 +0000)
commit769dbdf467681f6020ff248b969c2d41a4fdccd3
treefde3ce742766b5da7fc9953b538d6390fa58701b
parent1c9b7422dceb5ecdc50bad41e7cf4b635bf89c15
minor cleanups: make getIdentifierNamespace() be a single load
instead of a load + large inlined switch.

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