Skip to content

Commit 9f5cfcd

Browse files
oontvoolabath
andauthored
Update llvm/include/llvm/Telemetry/Telemetry.h
Co-authored-by: Pavel Labath <[email protected]>
1 parent b199854 commit 9f5cfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Telemetry/Telemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct Config {
7676

7777
// Telemetry can only be enabled if both the runtime and buildtime flag
7878
// are set.
79-
Config(bool E) : EnableTelemetry(E && BuildTimeEnableTelemetry) {}
79+
explicit Config(bool E) : EnableTelemetry(E && BuildTimeEnableTelemetry) {}
8080

8181
virtual std::optional<std::string> makeSessionId() { return std::nullopt; }
8282
};

0 commit comments

Comments
 (0)