CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings method
authorPavel Labath <labath@google.com>
Thu, 10 May 2018 08:59:17 +0000 (08:59 +0000)
committerPavel Labath <labath@google.com>
Thu, 10 May 2018 08:59:17 +0000 (08:59 +0000)
commit4865ff1e18f245d6d98670600ff9cfa0241ac86d
treefc1c7b3d66e3d1bb136dab8b38b005e19db24322
parent93dd5dcdf72fa15254ac196a62b033f215509544
CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings method

I was considering modifying this function, so I wrote some tests to make
sure I don't regress its behavior. I am not sure if I will actually
proceed with the modifications, but the tests seem useful nonetheless.

llvm-svn: 331966
lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp