[PATCH] Add a mangler entry point for TBAA rather than using RTTI directly

Timur Iskhodzhanov timurrrr at google.com
Tue Nov 12 11:48:13 PST 2013



================
Comment at: lib/AST/MicrosoftMangle.cpp:2009
@@ +2008,3 @@
+void MicrosoftMangleContextImpl::mangleTBAAName(QualType T, raw_ostream &Out) {
+  // This is just a made up unique string for the purposes of tbaa.  undname
+  // does *not* know how to demangle it.
----------------
nit: I'd break the line before "undname"


http://llvm-reviews.chandlerc.com/D2153

BRANCH
  mangle-tbaa

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list