summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2019-09-05 14:48:23 +0000
committerAlexander Kornienko <alexfh@google.com>2019-09-05 14:48:23 +0000
commit42443e50ceddcec000631a951d4b38f61774f7e9 (patch)
tree084a1a2aaf63f5c6ccb102460ca88c280d537198 /lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
parentc3bc697974d2d7f3c151cb9853b40cc6bf73ba4b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud