[compiler-rt] DO_NOT_MERGE (PR #66682)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 15:56:15 PDT 2023


================
@@ -37,7 +37,7 @@ namespace __hwasan {
 
 class ScopedReport {
  public:
-  ScopedReport(bool fatal = false) : fatal(fatal) {
+  ScopedReport(bool fatal) : fatal(fatal) {
----------------
fmayer wrote:

Unrelated change, right?

https://github.com/llvm/llvm-project/pull/66682


More information about the llvm-commits mailing list