<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
+namespace {<br>
+class StrDupSaver : public cl::StringSaver {<br>
+  std::vector<char *> Dups;<br>
----------------<br>
We really should just move the string saver that rui implemented to llvm and make it the one true string saver.<br>
At least add a fixme about that.<br><br></blockquote><div><br></div><div>Given we do it all over clang as well it'd be nice, yes.</div><div><br></div><div>-eric </div></div></div>