[Lldb-commits] [lldb] [lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (PR #79644)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 26 15:29:47 PST 2024


jimingham wrote:

This is fine because the stl_summary_flags has skip pointers and skip references false.

This might be an observable change, because this formatter would have matched a reference to one of the types, but if the actual type was a pointer to a reference, etc, then we would also try to format that with this formatter because skip pointers and skip references is on?

That was probably wrong if it ever happened...

LGTM

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


More information about the lldb-commits mailing list