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 752ed77 commit 4b25a5fCopy full SHA for 4b25a5f
clang/lib/Sema/SemaHLSL.cpp
@@ -3208,7 +3208,7 @@ void SemaHLSL::ActOnVariableDeclarator(VarDecl *VD) {
3208
}
3209
3210
static bool initVarDeclWithCtor(Sema &S, VarDecl *VD,
3211
- MutableArrayRef<Expr *> Args) {
+ MutableArrayRef<Expr *> Args) {
3212
InitializedEntity Entity = InitializedEntity::InitializeVariable(VD);
3213
InitializationKind Kind = InitializationKind::CreateDirect(
3214
VD->getLocation(), SourceLocation(), SourceLocation());
0 commit comments