[PATCH] D18506: Add a copy constructor to StringMap

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 20:56:45 PDT 2016


joker.eph added inline comments.

================
Comment at: include/llvm/ADT/StringMap.h:94
@@ -93,2 +93,3 @@
+  /// setup the map as empty.
   void init(unsigned Size);
 
----------------
private -> public is a bit rough, could it be protected maybe?


http://reviews.llvm.org/D18506





More information about the llvm-commits mailing list