================
@@ -871,6 +876,10 @@ static void LoadLibCxxFormatters(lldb::TypeCategoryImplSP 
cpp_category_sp) {
                 lldb_private::formatters::LibcxxContainerSummaryProvider,
                 "libc++ std::vector summary provider",
                 "^std::__[[:alnum:]]+::vector<.+>$", stl_summary_flags, true);
+  AddCXXSummary(
+      cpp_category_sp, 
lldb_private::formatters::LibcxxContainerSummaryProvider,
+      "libc++ std::valarray summary provider",
+      "^std::__[[:alnum:]]+::valarray<.+>(( )?&)?$", stl_summary_flags, true);
----------------
Michael137 wrote:

Do we need `(( )?&)?` here?

https://github.com/llvm/llvm-project/pull/80609
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to