[llvm] [llvm][support] Add LLVM_DLOG macro. (PR #143704)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 11 06:51:33 PDT 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 HEAD~1 HEAD --extensions h,cpp -- llvm/include/llvm/Support/DebugLog.h llvm/unittests/Support/DebugLogTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/unittests/Support/DebugLogTest.cpp b/llvm/unittests/Support/DebugLogTest.cpp
index 84208f5dc..61f90ee2c 100644
--- a/llvm/unittests/Support/DebugLogTest.cpp
+++ b/llvm/unittests/Support/DebugLogTest.cpp
@@ -1,4 +1,5 @@
-//===- llvm/unittest/Support/DebugLogTest.cpp ------------------------------===//
+//===- llvm/unittest/Support/DebugLogTest.cpp
+//------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/143704
More information about the llvm-commits
mailing list