diff options
author | Richard Trieu <rtrieu@google.com> | 2016-02-18 23:58:40 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2016-02-18 23:58:40 +0000 |
commit | faca2d83b13e00b76af481b91451bd9ad7da03fc (patch) | |
tree | a61aa18acc7012e0514bd4c538945990b6eea673 /lldb/packages/Python/lldbsuite/test | |
parent | 0adbea4b5c306b37618c92f0804961f1b6132a9c (diff) | |
download | bcm5719-llvm-faca2d83b13e00b76af481b91451bd9ad7da03fc.tar.gz bcm5719-llvm-faca2d83b13e00b76af481b91451bd9ad7da03fc.zip |
Add -Wcomma warning to Clang.
-Wcomma will detect and warn on most uses of the builtin comma operator. It
currently whitelists the first and third statements of the for-loop. For other
cases, the warning can be silenced by casting the first operand of the comma
operator to void.
Differential Revision: http://reviews.llvm.org/D3976
llvm-svn: 261278
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions