]> granicus.if.org Git - clang/commit
Simple DeclContext's internal representation by always storing a
authorDouglas Gregor <dgregor@apple.com>
Thu, 9 Apr 2009 17:29:08 +0000 (17:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 9 Apr 2009 17:29:08 +0000 (17:29 +0000)
commitc36c540c5bfce941f3d892919394d092491211f2
treef0592e83046753790b27fc9c9bbe17e020880976
parent8e5fb2849d9a8cb40d008a409273766f8ff8f854
Simple DeclContext's internal representation by always storing a
StoredDeclsMap, instead of using the it's-an-array-or-its-a-map
trick. I'll verify that performance isn't impacted later; for now, I
need the common representation.

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