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 cfa9a74 commit 4fc951fCopy full SHA for 4fc951f
clang/include/clang/Sema/Sema.h
@@ -2200,8 +2200,7 @@ class Sema final {
2200
BuildSYCLIntelFPGASpeculatedIterationsAttr(const AttributeCommonInfo &CI,
2201
Expr *E);
2202
SYCLIntelFPGALoopCoalesceAttr *
2203
- BuildSYCLIntelFPGALoopCoalesceAttr(const AttributeCommonInfo &CI,
2204
- Expr *E = nullptr);
+ BuildSYCLIntelFPGALoopCoalesceAttr(const AttributeCommonInfo &CI, Expr *E);
2205
2206
bool CheckQualifiedFunctionForTypeId(QualType T, SourceLocation Loc);
2207
0 commit comments