tbaeder added inline comments.

================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:17059
+    // the message is grammatically valid without evaluating it.
+    if (!Failed && AssertMessage && !!Cond) {
+      std::string Str;
----------------
Should work, shouldn't it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154290

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

Reply via email to