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 569250b commit 99747fdCopy full SHA for 99747fd
clang/lib/Sema/SemaSYCL.cpp
@@ -379,9 +379,7 @@ class DiagDeviceFunction : public RecursiveASTVisitor<DiagDeviceFunction> {
379
Sema &S, const llvm::SmallPtrSetImpl<FunctionDecl *> &RecursiveFuncs)
380
: RecursiveASTVisitor(), SemaRef(S), RecursiveFuncs(RecursiveFuncs) {}
381
382
- void CheckBody(Stmt *ToBeDiagnosed) {
383
- TraverseStmt(ToBeDiagnosed);
384
- }
+ void CheckBody(Stmt *ToBeDiagnosed) { TraverseStmt(ToBeDiagnosed); }
385
386
bool VisitCallExpr(CallExpr *e) {
387
if (FunctionDecl *Callee = e->getDirectCallee()) {
0 commit comments