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 bd74197 commit ed9a552Copy full SHA for ed9a552
clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
@@ -776,7 +776,7 @@ getComplexRangeAttr(LangOptions::ComplexRangeKind range) {
776
case LangOptions::CX_Basic:
777
return cir::ComplexRangeKind::Basic;
778
case LangOptions::CX_None:
779
- // The default value for ComplexRangeKind is Full is no option is selected
+ // The default value for ComplexRangeKind is Full if no option is selected
780
return cir::ComplexRangeKind::Full;
781
}
782
0 commit comments