summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorNicolas van Kempen <nvankemp@gmail.com>2024-09-18 14:57:31 -0400
committerGitHub <noreply@github.com>2024-09-18 14:57:31 -0400
commit1be4c9710bd09e2f56908ca6cee54cb80ca1774d (patch)
tree1e9d10e83931872988783c93b9159271635e0286 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent51df8a33275408680f869bb206413373b5ca13e1 (diff)
[clang-tidy][readability-container-contains] Extend to any class with contains (#107521)
This check will now work out of the box with other containers that have a `contains` method, such as `folly::F14` or Abseil containers. It will also work with strings, which are basically just weird containers. `std::string` and `std::string_view` will have a `contains` method starting with C++23. `llvm::StringRef` and `folly::StringPiece` are examples of existing implementations with a `contains` method.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions