[Lldb-commits] [PATCH] Fix demangling of names if required by	language
    Dawn Perchik 
    dawn+llvm at burble.org
       
    Tue Jun 30 08:09:58 PDT 2015
    
    
  
Please review?  Thank you.
REPOSITORY
  rL LLVM
================
Comment at: source/Core/Mangled.cpp:351
@@ +350,3 @@
+                        }
+                        m_demangled.SetCStringWithMangledCounterpart(temp_demangled_name.c_str(), m_mangled);
+                        break;
----------------
Not sure why long lines appear indented wrong in the diff since no tabs were used and it looks fine in the source.  Hmm...
http://reviews.llvm.org/D10744
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the lldb-commits
mailing list