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 81e1cd7 commit 8d2acb1Copy full SHA for 8d2acb1
clang/lib/CIR/CodeGen/CIRGenExpr.cpp
@@ -235,7 +235,7 @@ LValue CIRGenFunction::emitUnaryOpLValue(const UnaryOperator *e) {
235
236
/// If the specified expr is a simple decay from an array to pointer,
237
/// return the array subexpression.
238
-/// FIXME: this could be abstracted into a commeon AST helper.
+/// FIXME: this could be abstracted into a common AST helper.
239
static const Expr *isSimpleArrayDecayOperand(const Expr *e) {
240
// If this isn't just an array->pointer decay, bail out.
241
const auto *castExpr = dyn_cast<CastExpr>(e);
0 commit comments