nickdesaulniers added inline comments.

================
Comment at: clang/lib/Sema/SemaStmt.cpp:252
+  // CallExprs below.
+  if (isa<StmtExpr>(E) && Loc.isMacroID() && !isa<CallExpr>(WarnExpr))
     return;
----------------
sigh, this again produces different from GCC for the kernel.  Let me tighten 
this constraint up further.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77611



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

Reply via email to