diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2019-05-09 12:11:57 +0000 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2019-05-09 12:11:57 +0000 |
commit | 1fa5248d44cecd39408b624242361ac1583e4185 (patch) | |
tree | a36554985eef1984a0a8b93d42621029b4f83f09 /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | db68b104d8d4de92e123af2e52084aace564673e (diff) | |
download | bcm5719-llvm-1fa5248d44cecd39408b624242361ac1583e4185.tar.gz bcm5719-llvm-1fa5248d44cecd39408b624242361ac1583e4185.zip |
Fix gcc compilation warning in an assert [NFC]
Without this, gcc (7.4) complains with
../tools/clang/lib/Parse/ParseDecl.cpp:3937:63: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
assert(!isAlreadyConsumed || RangeEnd != SourceLocation() &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
"both or neither of isAlreadyConsumed and "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"RangeEnd needs to be set");
~
llvm-svn: 360333
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions