Skip to content

Commit dc93ffa

Browse files
committed
Addressed the second round of code review comments from Erich Keane.
1 parent 7077a87 commit dc93ffa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clang/include/clang/AST/StmtSYCL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ class SYCLKernelCallStmt : public Stmt {
9191

9292
} // end namespace clang
9393

94-
#endif
94+
#endif // LLVM_CLANG_AST_STMTSYCL_H

clang/lib/Sema/JumpDiagnostics.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "clang/AST/StmtObjC.h"
1919
#include "clang/AST/StmtOpenACC.h"
2020
#include "clang/AST/StmtOpenMP.h"
21-
#include "clang/AST/StmtSYCL.h"
2221
#include "clang/Basic/SourceLocation.h"
2322
#include "clang/Sema/SemaInternal.h"
2423
#include "llvm/ADT/BitVector.h"

0 commit comments

Comments
 (0)