[Lldb-commits] [lldb] [llvm] [llvm][telemetry]Change Telemetry-disabling mechanism. (PR #128534)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 07:19:47 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff eacbcbe47744a496ad1651ebd65914f9e6a66f85 a72c7db93aa9c04fbe48e058f5e2c829a608252f --extensions h,cpp -- lldb/source/Core/Telemetry.cpp lldb/unittests/Core/TelemetryTest.cpp llvm/include/llvm/Telemetry/Telemetry.h llvm/lib/Telemetry/Telemetry.cpp llvm/unittests/Telemetry/TelemetryTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/unittests/Core/TelemetryTest.cpp b/lldb/unittests/Core/TelemetryTest.cpp
index 5bb46c65ac..22fade5866 100644
--- a/lldb/unittests/Core/TelemetryTest.cpp
+++ b/lldb/unittests/Core/TelemetryTest.cpp
@@ -72,7 +72,6 @@ public:
#define TELEMETRY_TEST(suite, test) TEST(DISABLED_##suite, test)
#endif
-
TELEMETRY_TEST(TelemetryTest, PluginTest) {
// This would have been called by the plugin reg in a "real" plugin
// For tests, we just call it directly.
diff --git a/llvm/unittests/Telemetry/TelemetryTest.cpp b/llvm/unittests/Telemetry/TelemetryTest.cpp
index b96ec0503d..c1b9f38bc1 100644
--- a/llvm/unittests/Telemetry/TelemetryTest.cpp
+++ b/llvm/unittests/Telemetry/TelemetryTest.cpp
@@ -218,7 +218,6 @@ std::shared_ptr<Config> getTelemetryConfig(const TestContext &Ctxt) {
#define TELEMETRY_TEST(suite, test) TEST(DISABLED_##suite, test)
#endif
-
TELEMETRY_TEST(TelemetryTest, TelemetryDisabled) {
TestContext Context;
Context.HasVendorPlugin = false;
``````````
</details>
https://github.com/llvm/llvm-project/pull/128534
More information about the lldb-commits
mailing list