[llvm-branch-commits] Change inSectionBlame to return pair<uint, uint> (FileIdx, LineNo). (PR #141540)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 26 19:39:43 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/SpecialCaseList.h llvm/lib/Support/SpecialCaseList.cpp llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp llvm/unittests/Support/SpecialCaseListTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/Support/SpecialCaseList.h b/llvm/include/llvm/Support/SpecialCaseList.h
index bce337f55..d54b242a9 100644
--- a/llvm/include/llvm/Support/SpecialCaseList.h
+++ b/llvm/include/llvm/Support/SpecialCaseList.h
@@ -17,8 +17,8 @@
 #include "llvm/Support/GlobPattern.h"
 #include "llvm/Support/Regex.h"
 #include <memory>
-#include <utility>
 #include <string>
+#include <utility>
 #include <vector>
 
 namespace llvm {

``````````

</details>


https://github.com/llvm/llvm-project/pull/141540


More information about the llvm-branch-commits mailing list