<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 14, 2009, at 6:25 AM, Mike Stump wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Author: mrs<br>Date: Sat Nov 14 08:25:18 2009<br>New Revision: 88792<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=88792&view=rev">http://llvm.org/viewvc/llvm-project?rev=88792&view=rev</a><br>Log:<br>Add the name to the rtti data structure.<br><br>Modified:<br>   cfe/trunk/lib/CodeGen/CGRtti.cpp<br><br>Modified: cfe/trunk/lib/CodeGen/CGRtti.cpp<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGRtti.cpp?rev=88792&r1=88791&r2=88792&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGRtti.cpp?rev=88792&r1=88791&r2=88792&view=diff</a><br><br>==============================================================================<br>--- cfe/trunk/lib/CodeGen/CGRtti.cpp (original)<br>+++ cfe/trunk/lib/CodeGen/CGRtti.cpp Sat Nov 14 08:25:18 2009<br>@@ -15,7 +15,38 @@<br>using namespace clang;<br>using namespace CodeGen;<br><br>+class RttiBuilder {</span></blockquote></div><br><div>Can RttiBuilder be in an anonymous namespace?  Also, should it be CGRTTI.cpp and RTTIBuilder since RTTI is an acronym?</div><div><br></div><div>-Chris</div></body></html>