[llvm-commits] [PATCH] Fix isPodLike usage in DenseMap
Benjamin Kramer
benny.kra at googlemail.com
Fri Apr 6 03:44:27 PDT 2012
On 01.04.2012, at 00:04, Lubos Lunak wrote:
>
> Hello,
>
> while trying to submit a patch for Clang I noticed that DenseMap uses
> isPodLike<> incorrectly, as a result of change in r91421. DenseMap cares
> about whether the key and value are POD-like, not the DenseMapInfo
> structures. This fix also makes the ValueInfoT template argument superflous.
> See the attached patch.
Thanks for the patch. Applied in r154170.
- Ben
> --
> Lubos Lunak
> l.lunak at suse.cz
> <fix-ispodlike-usage.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list