[llvm-commits] patch: add DenseMapInfo specialization for DebugLoc

Nick Lewycky nlewycky at google.com
Tue Apr 5 22:40:36 PDT 2011


On 5 April 2011 21:35, Chris Lattner <clattner at apple.com> wrote:

>
> On Apr 5, 2011, at 8:45 PM, Nick Lewycky wrote:
>
> > Hi,
> >
> > I'd like to create a DenseMap<DebugLoc, ...>. This patch adds a
> specialization to DebugLoc which allows me to do just that. Please review!
>
> Does TombstoneKey compile to a static constructor?  If so, please just use
> a function interface.  Otherwise, looks ok, thanks.
>

Good point, done! Thanks for the quick review!

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110405/c0b49989/attachment.html>


More information about the llvm-commits mailing list