diff options
| author | Martin Storsjö <martin@martin.st> | 2022-08-11 09:56:49 +0300 |
|---|---|---|
| committer | Martin Storsjö <martin@martin.st> | 2022-08-11 09:58:11 +0300 |
| commit | 5563c38fde3280b3317bb68f19fab70e9176201c (patch) | |
| tree | e9c23b555b2852ff974d3c7d68cf3e31bf967f60 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h | |
| parent | 15bf2aa44aa1ffa049782316273f84c2db682e50 (diff) | |
| download | llvm-5563c38fde3280b3317bb68f19fab70e9176201c.zip llvm-5563c38fde3280b3317bb68f19fab70e9176201c.tar.gz llvm-5563c38fde3280b3317bb68f19fab70e9176201c.tar.bz2 | |
[JITLink] Silence GCC warnings about parentheses around && and || operators
This silences the following warnings:
../include/llvm/ExecutionEngine/JITLink/JITLink.h:1108:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
1105 | assert(S == Scope::Local || llvm::count_if(AbsoluteSymbols,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1106 | [&](const Symbol *Sym) {
| ~~~~~~~~~~~~~~~~~~~~~~~~
1107 | return Sym->getName() == Name;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1108 | }) == 0 &&
| ~~~~~~~~^~
1109 | "Duplicate absolute symbol");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions
