[cfe-commits] r74486 - in /cfe/trunk: include/clang/AST/DeclCXX.h lib/Sema/SemaDeclCXX.cpp
Chris Lattner
clattner at apple.com
Mon Jun 29 22:42:41 PDT 2009
On Jun 29, 2009, at 5:17 PM, Fariborz Jahanian wrote:
> Author: fjahanian
> Date: Mon Jun 29 19:17:27 2009
> New Revision: 74486
>
> URL: http://llvm.org/viewvc/llvm-project?rev=74486&view=rev
> Log:
> Take care of Chris's comments.
Thanks Fariborz, we don't have a "small" map, so using DenseMap here
makes a lot of sense. If it ever ends up mattering, we can always
change this to a sorted smallvector, but it isn't worth it for now.
-Chris
More information about the cfe-commits
mailing list