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

Chris Lattner clattner at apple.com
Tue Apr 5 21:35:21 PDT 2011


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.

-Chris




More information about the llvm-commits mailing list