[all-commits] [llvm/llvm-project] 074630: [lldb] Remove unnecessary suffix from libc++ type ...

Dave Lee via All-commits all-commits at lists.llvm.org
Fri Jan 26 14:28:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 074630e8af94d839f6baf6378d7ed3d7a6d2753c
      https://github.com/llvm/llvm-project/commit/074630e8af94d839f6baf6378d7ed3d7a6d2753c
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

  Log Message:
  -----------
  [lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (#79644)

The `(( )?&)?` appears to match types which are references. However lldb
can load the
correct data formatters without having to pattern match against a `&`
suffix.

The suffix may have been needed at one point, but it's no longer needed.




More information about the All-commits mailing list