We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b199854 commit 9f5cfcdCopy full SHA for 9f5cfcd
llvm/include/llvm/Telemetry/Telemetry.h
@@ -76,7 +76,7 @@ struct Config {
76
77
// Telemetry can only be enabled if both the runtime and buildtime flag
78
// are set.
79
- Config(bool E) : EnableTelemetry(E && BuildTimeEnableTelemetry) {}
+ explicit Config(bool E) : EnableTelemetry(E && BuildTimeEnableTelemetry) {}
80
81
virtual std::optional<std::string> makeSessionId() { return std::nullopt; }
82
};
0 commit comments