aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-08-11 09:56:49 +0300
committerMartin Storsjö <martin@martin.st>2022-08-11 09:58:11 +0300
commit5563c38fde3280b3317bb68f19fab70e9176201c (patch)
treee9c23b555b2852ff974d3c7d68cf3e31bf967f60 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
parent15bf2aa44aa1ffa049782316273f84c2db682e50 (diff)
downloadllvm-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