diff options
| author | Jie Fu <jiefu@tencent.com> | 2023-07-12 07:53:50 +0800 |
|---|---|---|
| committer | Jie Fu <jiefu@tencent.com> | 2023-07-12 07:53:50 +0800 |
| commit | b10899d869954e1426684cbc20a43d7303075d49 (patch) | |
| tree | 2650b15ce48a4d1bd6551d1110940789ab56f9c3 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
| parent | fd2254b7358d0f78a79784688bd8012c1a52b9cf (diff) | |
| download | llvm-b10899d869954e1426684cbc20a43d7303075d49.zip llvm-b10899d869954e1426684cbc20a43d7303075d49.tar.gz llvm-b10899d869954e1426684cbc20a43d7303075d49.tar.bz2 | |
[clang] Fix -Wlogical-op-parentheses in Clang.cpp (NFC)
/Users/jiefu/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp:7345:56: error: '&&' within '||' [-Werror,-Wlogical-op-parentheses]
(WholeProgramVTables || SanitizeArgs.needsLTO()) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/jiefu/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp:7345:56: note: place parentheses around the '&&' expression to silence this warning
(WholeProgramVTables || SanitizeArgs.needsLTO()) &&
^
(
1 error generated.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions
