saiislam marked an inline comment as done.
saiislam added inline comments.

================
Comment at: clang/lib/Sema/SemaChecking.cpp:2958
+      // Check that sync scope is a constant literal
+      if(!ArgExpr->EvaluateAsConstantExpr(ArgResult1,
+          Expr::EvaluateForCodeGen, Context))
----------------
@sameerds here is the check for sync scope to be constant literal


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75917/new/

https://reviews.llvm.org/D75917



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to