diff options
author | Alexander Kornienko <alexfh@google.com> | 2019-09-05 14:48:23 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2019-09-05 14:48:23 +0000 |
commit | 42443e50ceddcec000631a951d4b38f61774f7e9 (patch) | |
tree | 084a1a2aaf63f5c6ccb102460ca88c280d537198 /lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | |
parent | c3bc697974d2d7f3c151cb9853b40cc6bf73ba4b (diff) | |
download | bcm5719-llvm-42443e50ceddcec000631a951d4b38f61774f7e9.tar.gz bcm5719-llvm-42443e50ceddcec000631a951d4b38f61774f7e9.zip |
Add a bugprone-argument-comment option: IgnoreSingleArgument.
Summary:
Add bugprone-argument-comment option: IgnoreSingleArgument.
When true, the check will ignore the single argument.
Sometimes, it's not necessary to add comment to single argument.
For example:
> std::string name("Yubo Xie");
> pScreen->SetWidth(1920);
> pScreen->SetHeight(1080);
This option can ignore such single argument in bugprone-argument-comment check.
Reviewers: alexfh
Reviewed By: alexfh
Subscribers: cfe-commits
Tags: #clang
Patch by Yubo Xie.
Differential Revision: https://reviews.llvm.org/D67056
llvm-svn: 371075
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py')
0 files changed, 0 insertions, 0 deletions