llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Adrian Prantl 1ad655e255 Modernize the rest of the Find.* API (NFC)
This patch removes the size_t return value and the append parameter
from the remainder of the Find.* functions in LLDB's internal API. As
in the previous patches, this is motivated by the fact that these
parameters aren't really used, and in the case of the append parameter
were frequently implemented incorrectly.

Differential Revision: https://reviews.llvm.org/D69119

llvm-svn: 375160
2019-10-17 19:56:40 +00:00
..
ItaniumABI Remove the is_mangled flag from Mangled and Symbol 2019-10-09 16:22:14 +00:00
CMakeLists.txt [LanguageRuntime] Move CPPLanguageRuntime into a plugin 2019-07-12 20:09:32 +00:00
CPPLanguageRuntime.cpp Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
CPPLanguageRuntime.h [LanguageRuntime] Move CPPLanguageRuntime into a plugin 2019-07-12 20:09:32 +00:00