john.brawn marked an inline comment as done.
john.brawn added inline comments.


================
Comment at: llvm/lib/Support/PrettyStackTrace.cpp:36
 
+static const char *BugReportMsg =
+    "PLEASE submit a bug report to " BUG_REPORT_URL
----------------
MaskRay wrote:
> This variable is mutable. Please use `const char BugReportMsg[]`
It needs to be mutable because it is set by llvm::setBugReportMsg.


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

https://reviews.llvm.org/D81672



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

Reply via email to