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 0ec0714 commit d9dd3eeCopy full SHA for d9dd3ee
clang/lib/Sema/SemaInit.cpp
@@ -9294,7 +9294,7 @@ bool InitializationSequence::Diagnose(Sema &S,
9294
// Unlike C/C++ list initialization, there is no fallback if it fails. This
9295
// allows us to diagnose the failure when it happens in the
9296
// TryListInitialization call instead of delaying the diagnosis, which is
9297
- // beneficial because the flattening is also expnsive.
+ // beneficial because the flattening is also expensive.
9298
break;
9299
}
9300
0 commit comments