================
Comment at: lib/AST/MicrosoftMangle.cpp:193-194
@@ -193,4 +192,4 @@
 
-  typedef llvm::StringMap<unsigned> BackRefMap;
+  typedef llvm::SmallVector<std::string, 10> BackRefMap;
   BackRefMap NameBackReferences;
 
----------------
It's not really a map anymore, perhaps `BackRefVec` ?

http://reviews.llvm.org/D5430



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to