summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Language/CPlusPlus/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+3
| | | | | | This is extending the updates from r293696 to the LLDB unit tests. llvm-svn: 293821
* Fix parsing of complicated C++ namesPavel Labath2016-08-181-0/+3
Summary: 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" and the context itself was not terminated correctly due to a misuse of the substr function (second argument is length, not the end position). Fix that and add a regression test. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D23608 llvm-svn: 279038
OpenPOWER on IntegriCloud