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 4ee72df commit 34b4b5eCopy full SHA for 34b4b5e
clang/lib/Sema/SemaExpr.cpp
@@ -18253,7 +18253,7 @@ static bool isImplicitlyDefinableConstexprFunction(FunctionDecl *Func) {
18253
if (Func->isImplicitlyInstantiable() || !Func->isUserProvided())
18254
return true;
18255
18256
- // Lambda conversion operators are never user provided
+ // Lambda conversion operators are never user provided.
18257
if (CXXConversionDecl *Conv = dyn_cast<CXXConversionDecl>(Func))
18258
return isLambdaConversionOperator(Conv);
18259
0 commit comments