================
@@ -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