This is the (temporary) setting that allows switching into the new type completion mode by D101950.
This patch is NFC, it just adds all the boilerplate for adding that new setting. Will only land alongside
a non-NFC follow up patch
Paths
| Differential D113682
[lldb] Add a setting for changing the type completion mode to use the new redecl method Needs ReviewPublic Authored by teemperor on Nov 11 2021, 8:51 AM.
Details
Diff Detail Event TimelineComment Actions This seems like the right boilerplate.
Revision Contents
Diff 386531 lldb/include/lldb/Core/PluginManager.h
lldb/source/Core/PluginManager.cpp
lldb/source/Plugins/TypeSystem/Clang/CMakeLists.txt
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClangProperties.td
|
functions should not be inside the anononymous namespace (although this file has quite a few of them).