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 ab0d03e commit bb25992Copy full SHA for bb25992
clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
@@ -802,7 +802,7 @@ getComplexRangeAttr(LangOptions::ComplexRangeKind range) {
802
case LangOptions::CX_Basic:
803
return cir::ComplexRangeKind::Basic;
804
case LangOptions::CX_None:
805
- // The default value for ComplexRangeKind is Full is no option is selected
+ // The default value for ComplexRangeKind is Full if no option is selected
806
return cir::ComplexRangeKind::Full;
807
}
808
0 commit comments