[llvm-commits] [llvm] r158638 - in /llvm/trunk: include/llvm/ADT/DenseMap.h unittests/ADT/DenseMapTest.cpp

Tobias von Koch T.EdlerVonKoch at freescale.com
Mon Jun 18 03:39:35 PDT 2012


Hi Chandler,

I'm getting lots of warnings like the following after this commit:

/build/compiler/llvm/include/llvm/ADT/DenseMap.h:493:39: warning: 
‘TheBucket’ may be used uninitialised in this function [-Wuninitialized]
/build/compiler/llvm/include/llvm/ADT/DenseMap.h:107:14: note: 
‘TheBucket’ was declared here

This may be g++ being overly clever, but it's not pretty.

-- Tobias

On 17/06/12 10:05, Chandler Carruth wrote:
> Author: chandlerc
> Date: Sun Jun 17 04:05:09 2012
> New Revision: 158638
>
> URL: http://llvm.org/viewvc/llvm-project?rev=158638&view=rev
> Log:
> Introduce a SmallDenseMap container that re-uses the existing DenseMap
> implementation.






More information about the llvm-commits mailing list