================
@@ -497,7 +502,7 @@ void BuiltinTypeMethodBuilder::createDecl() {
else
Method = CXXMethodDecl::Create(
AST, DeclBuilder.Record, SourceLocation(), NameInfo, FuncTy, TSInfo,
SC,
- false, false, ConstexprSpecKind::Unspecified, SourceLocation());
+ false, true, ConstexprSpecKind::Unspecified, SourceLocation());
----------------
Keenuts wrote:
```suggestion
false, /* isInline= */ true, ConstexprSpecKind::Unspecified,
SourceLocation());
```
https://github.com/llvm/llvm-project/pull/177240
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits