diff options
author | Matthias Gehre <gehre.matthias@gmail.com> | 2019-09-22 23:19:41 +0200 |
---|---|---|
committer | Matthias Gehre <gehre.matthias@gmail.com> | 2019-11-06 09:27:02 +0100 |
commit | 24130d661ed42c30f009b695d3c9ce57d2208b5e (patch) | |
tree | ef198d4aeec67df10b1e84c682db274940e8fe59 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 092452d402d793c731c3861ba920a85c5c4e1fff (diff) | |
download | bcm5719-llvm-24130d661ed42c30f009b695d3c9ce57d2208b5e.tar.gz bcm5719-llvm-24130d661ed42c30f009b695d3c9ce57d2208b5e.zip |
[clang-tidy] Add readability-make-member-function-const
Summary:
Finds non-static member functions that can be made ``const``
because the functions don't use ``this`` in a non-const way.
The check conservatively tries to preserve logical costness in favor of
physical costness. See readability-make-member-function-const.rst for more
details.
Reviewers: aaron.ballman, gribozavr, hokein, alexfh
Subscribers: mgorny, xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D68074
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions