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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
