Skip to content

Commit 991ba1d

Browse files
committed
whitespace change so I can force-push the branch to unblock stuck PR
1 parent 6485482 commit 991ba1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,6 @@ void DiagnoseHLSLAvailability::CheckDeclAvailability(NamedDecl *D,
19241924
} // namespace
19251925

19261926
void SemaHLSL::ActOnEndOfTranslationUnit(TranslationUnitDecl *TU) {
1927-
19281927
// process default CBuffer - create buffer layout struct and invoke codegenCGH
19291928
if (DefaultCBuffer) {
19301929
SemaRef.getCurLexicalContext()->addDecl(DefaultCBuffer);
@@ -1933,7 +1932,6 @@ void SemaHLSL::ActOnEndOfTranslationUnit(TranslationUnitDecl *TU) {
19331932
DeclGroupRef DG(DefaultCBuffer);
19341933
SemaRef.Consumer.HandleTopLevelDecl(DG);
19351934
}
1936-
19371935
diagnoseAvailabilityViolations(TU);
19381936
}
19391937

0 commit comments

Comments
 (0)