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 190449a commit 3dbb6beCopy full SHA for 3dbb6be
clang/lib/AST/ComputeDependence.cpp
@@ -164,7 +164,7 @@ ExprDependence clang::computeDependence(BinaryOperator *E) {
164
ExprDependence clang::computeDependence(ConditionalOperator *E) {
165
// The type of the conditional operator depends on the type of the conditional
166
// to support the GCC vector conditional extension. Additionally,
167
- // [temp.dep.expr] does specify state that this should be dependent on ALL sub
+ // [temp.dep.expr] does specify that this should be dependent on ALL sub
168
// expressions.
169
return E->getCond()->getDependence() | E->getLHS()->getDependence() |
170
E->getRHS()->getDependence();
0 commit comments