diff options
author | Discookie <viktor.cseh@ericsson.com> | 2025-01-30 10:49:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 10:49:01 +0000 |
commit | 3262863805d8a1de3e5c104d9daab82bf4a6d8d1 (patch) | |
tree | ff875ab1f2e52ec29b68d9c29795f14aea67fbcd /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | 7939ce6295e7fc0214cd307f97dfccc0cabde381 (diff) | |
download | llvm-3262863805d8a1de3e5c104d9daab82bf4a6d8d1.zip llvm-3262863805d8a1de3e5c104d9daab82bf4a6d8d1.tar.gz llvm-3262863805d8a1de3e5c104d9daab82bf4a6d8d1.tar.bz2 |
[clang-tidy] Add C++ member function support to custom bugprone-unsafe-functions matches (#117165)
Before, C++ member functions in the format of ``Class instance;
instance.memberfn();`` were unable to be matched.
This PR adds support for this type of call, and it is matched in exactly
the same format as other functions (eg. ``::Class::memberfn`` qualified
name).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions