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 a5c46a1 commit ac03cb0Copy full SHA for ac03cb0
lldb/include/lldb/Core/Telemetry.h
@@ -114,7 +114,7 @@ struct CommandInfo : public LLDBBaseTelemetryInfo {
114
115
void serialize(llvm::telemetry::Serializer &serializer) const override;
116
117
- static uint64_t GetNextId() {}
+ static uint64_t GetNextId();
118
119
private:
120
// We assign each command (in the same session) a unique id so that their
0 commit comments