[Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
zturner at google.com
Fri Jan 30 12:50:18 PST 2015
REPOSITORY
rL LLVM
================
Comment at: include/lldb/Core/Mangled.h:94
@@ +93,3 @@
+ explicit
+ Mangled (const ConstString &name, bool is_mangled, lldb::LanguageType language);
+
----------------
zturner wrote:
> I don't like having this second argument here. If you know in advance the name is demangled, why even use this class for anything?
Looks like this argument is here before. Removing it seems like a bigger task that's outside the scope of this CL. So ignore this comment for now.
http://reviews.llvm.org/D7302
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list