diff options
| author | Mike Crowe <mac@mcrowe.com> | 2023-03-05 17:04:30 +0000 |
|---|---|---|
| committer | Carlos Galvez <carlosgalvezp@gmail.com> | 2023-03-05 17:16:20 +0000 |
| commit | ae25e2f19decb94198301f0726ee613f945cc405 (patch) | |
| tree | 5f52472ce942c6fee50e2bbf9acdf52aaf8f8996 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | ad002398c9ca09ace71bea0eb7509c48dfe76066 (diff) | |
| download | llvm-ae25e2f19decb94198301f0726ee613f945cc405.zip llvm-ae25e2f19decb94198301f0726ee613f945cc405.tar.gz llvm-ae25e2f19decb94198301f0726ee613f945cc405.tar.bz2 | |
[clang-tidy] Extract string header from redundant-string-cstr checker
In preparation for using the implementation of basic_string and
basic_string_view from redundant-string-cstr.cpp in other checks, let's
extract it to a header.
Using the existing <string.h> to provide size_t, using that to define
size_type and using it rather than the previous "size" type makes it
easier to provide the size() method later and makes the implementation
closer to the standard.
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D144216
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
