diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2025-08-08 18:21:03 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2025-08-08 18:27:26 +0000 |
commit | d0ff5773cefaf3fa41b1be3e44ca35bd9d5f68ee (patch) | |
tree | 021b2381c0b550b319bceecafb17f0a1e0ef7e2e /contrib/llvm-project/lldb/source/Plugins/Instruction/(developers-only) | |
parent | 619feb9dd00e93894ddc74c3380c882a88570e4a (diff) |
A small oversight in our implementation of \w is that it's actually
not strictly [[:alnum:]]. According to the GNU documentation, it's
actually [[:alnum:]] + underscore. The fix is rather trivial: just add
it to our set explicitly, and amend our test set to be sure that _ is
actually included.
PR: 287396
Diffstat (limited to 'contrib/llvm-project/lldb/source/Plugins/Instruction/(developers-only)')
0 files changed, 0 insertions, 0 deletions