mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 07:50:50 +00:00
Use more parens to clarify assert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0be31910e0
commit
388d3225dd
@ -711,7 +711,7 @@ DIScope DIScope::getContext() const {
|
||||
if (isNameSpace())
|
||||
return DINameSpace(DbgNode).getContext();
|
||||
|
||||
assert(isFile() || isCompileUnit() && "Unhandled type of scope.");
|
||||
assert((isFile() || isCompileUnit()) && "Unhandled type of scope.");
|
||||
return DIScope();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user