Re: [Lldb-commits] [PATCH] D23608: Fix parsing of complicated C++ names

2016-08-18 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL279038: Fix parsing of complicated C++ names (authored by labath). Changed prior to commit: https://reviews.llvm.org/D23608?vs=68344&id=68493#toc Repository: rL LLVM https://reviews.llvm.org/D23608

[Lldb-commits] [PATCH] D23608: Fix parsing of complicated C++ names

2016-08-17 Thread Pavel Labath via lldb-commits
labath created this revision. labath added a reviewer: clayborg. labath added a subscriber: lldb-commits. CPlusPlusLanguage::MethodName was not correctly parsing templated functions whose demangled name included the return type -- the space before the function name was included in the "context"