[PATCH] Add standard insert overloads to StringMap

David Blaikie dblaikie at gmail.com
Thu Jun 19 13:17:59 PDT 2014


Committed in r211309.

Had to fix some sign compare warnings by using 'u' after a few constants in the test cases. Usual annoyance with the EXPECT macros doing type deduction, etc... 

Fixed the grammar mistake Alp mentioned in review.

http://reviews.llvm.org/D4153






More information about the llvm-commits mailing list