llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
Jim Ingham 06292869cd We were getting the wrong dynamic type if there were two classes with the same basename.
There's a bug in FindTypes, it ignores the exact flag if you pass a name that doesn't begin with
:: and pass eTypeClassAny for the type.

In this case we always know that the name we get from the vtable name is absolute so we can
work around the bug by prepending the "::".  This doesn't fix the FindTypes bug.

<rdar://problem/38010986>

llvm-svn: 326412
2018-03-01 02:44:34 +00:00
..
CMakeLists.txt [CMake] [2/4] Update a batch of plugins 2017-01-31 22:23:49 +00:00
ItaniumABILanguageRuntime.cpp We were getting the wrong dynamic type if there were two classes with the same basename. 2018-03-01 02:44:34 +00:00
ItaniumABILanguageRuntime.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00