]> granicus.if.org Git - clang/commit
Use a custom DenseMapInfo for WeakObjectProfileTy.
authorJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:42:04 +0000 (22:42 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:42:04 +0000 (22:42 +0000)
commitb6d80fe68d30ebd14b20c96643c252c36041df8d
treef7814651a33e736cd34fb373cd696151523d6f41
parent257e2e836160c7e55cf160b7cae8e5665f988a5e
Use a custom DenseMapInfo for WeakObjectProfileTy.

We can't specialize the usual llvm::DenseMapInfo at the end of the file
because by that point the DenseMap in FunctionScopeInfo has already been
instantiated.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164862 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/ScopeInfo.h