diff options
author | Dave Lee <davelee.com@gmail.com> | 2024-01-26 14:28:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 14:28:39 -0800 |
commit | 074630e8af94d839f6baf6378d7ed3d7a6d2753c (patch) | |
tree | b91f47bc3ff3799952245f41f10c697a838470f6 /lldb/packages/Python/lldbsuite/test/lldbpexpect.py | |
parent | 1d5820aafeb08c176189d44331e3e2a8030e76e4 (diff) | |
download | llvm-074630e8af94d839f6baf6378d7ed3d7a6d2753c.zip llvm-074630e8af94d839f6baf6378d7ed3d7a6d2753c.tar.gz llvm-074630e8af94d839f6baf6378d7ed3d7a6d2753c.tar.bz2 |
[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.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbpexpect.py')
0 files changed, 0 insertions, 0 deletions