We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ca7df commit 860ae08Copy full SHA for 860ae08
lib/Sema/CSOptimizer.cpp
@@ -70,7 +70,7 @@ static bool isSupportedOperator(Constraint *disjunction) {
70
71
auto name = decl->getBaseIdentifier();
72
if (name.isArithmeticOperator() || name.isStandardComparisonOperator() ||
73
- name.is("^")) {
+ name.isBitwiseOperator()) {
74
return true;
75
}
76
0 commit comments