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 46afbd6 commit 79b270cCopy full SHA for 79b270c
clang/lib/Sema/SemaInit.cpp
@@ -4844,8 +4844,7 @@ static void TryListInitialization(Sema &S,
4844
bool TreatUnavailableAsInvalid) {
4845
QualType DestType = Entity.getType();
4846
4847
- if (S.getLangOpts().HLSL &&
4848
- !S.HLSL().transformInitList(Entity, InitList))
+ if (S.getLangOpts().HLSL && !S.HLSL().transformInitList(Entity, InitList))
4849
return;
4850
4851
// C++ doesn't allow scalar initialization with more than one argument.
0 commit comments