[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::optional (PR #149545)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 18 09:18:11 PDT 2025


================
@@ -1664,6 +1665,8 @@ static void LoadCommonStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
   SyntheticChildren::Flags stl_synth_flags;
   stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(
       false);
+  SyntheticChildren::Flags stl_deref_flags = stl_synth_flags;
----------------
Michael137 wrote:

Lets move this down where we actually use it

https://github.com/llvm/llvm-project/pull/149545


More information about the lldb-commits mailing list