Skip to content

Commit 34b4b5e

Browse files
cor3ntintbaederr
andauthored
Update clang/lib/Sema/SemaExpr.cpp
Co-authored-by: Timm Baeder <[email protected]>
1 parent 4ee72df commit 34b4b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18253,7 +18253,7 @@ static bool isImplicitlyDefinableConstexprFunction(FunctionDecl *Func) {
1825318253
if (Func->isImplicitlyInstantiable() || !Func->isUserProvided())
1825418254
return true;
1825518255

18256-
// Lambda conversion operators are never user provided
18256+
// Lambda conversion operators are never user provided.
1825718257
if (CXXConversionDecl *Conv = dyn_cast<CXXConversionDecl>(Func))
1825818258
return isLambdaConversionOperator(Conv);
1825918259

0 commit comments

Comments
 (0)