MaskRay added inline comments.
================ Comment at: llvm/lib/Support/PrettyStackTrace.cpp:36 +static const char *BugReportMsg = + "PLEASE submit a bug report to " BUG_REPORT_URL ---------------- This variable is mutable. Please use `const char BugReportMsg[]` 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