cchen marked 11 inline comments as done.
cchen added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:15450
}
+ bool VisitCXXThisExpr(CXXThisExpr *CTE) { return true; }
+ bool VisitStmt(Stmt *) {
----------------
ABataev wrote:
> Do you really need this function?
Removed the function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74970/new/
https://reviews.llvm.org/D74970
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits