llvm/include
Hal Finkel beeca54864 Don't static_cast invalid pointers
UBSan complained about using static_cast on the invalid (tombstone, etc.)
pointers used by DenseMap. Use a reinterpret_cast instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217397 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-08 19:31:25 +00:00
..
llvm Don't static_cast invalid pointers 2014-09-08 19:31:25 +00:00
llvm-c Add an AlignmentFromAssumptions Pass 2014-09-07 20:05:11 +00:00