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 origin/main HEAD --extensions cpp,inc,h --
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp
clang-tools-extra/clangd/TidyFastChecks.inc
clang-tools-extra/clang-tidy/bugprone/ExceptionBaseclassCheck.cpp
clang-tools-extra/clang-tidy/bugprone/ExceptionBaseclassCheck.h
clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-baseclass.cpp
--diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang-tools-extra/clangd/TidyFastChecks.inc
b/clang-tools-extra/clangd/TidyFastChecks.inc
index e5d7711b2..ae1a0e537 100644
--- a/clang-tools-extra/clangd/TidyFastChecks.inc
+++ b/clang-tools-extra/clangd/TidyFastChecks.inc
@@ -63,7 +63,7 @@ FAST(bugprone-dangling-handle, -0.0)
FAST(bugprone-dynamic-static-initializers, 0.0)
FAST(bugprone-easily-swappable-parameters, 2.0)
FAST(bugprone-empty-catch, 1.0)
-FAST(bugprone-exception-baseclass, -1.0)
+FAST(bugprone - exception - baseclass, -1.0)
FAST(bugprone-exception-escape, 0.0)
FAST(bugprone-fold-init-type, 1.0)
FAST(bugprone-forward-declaration-namespace, 0.0)
@@ -247,7 +247,7 @@ FAST(google-upgrade-googletest-case, 1.0)
FAST(hicpp-avoid-c-arrays, 1.0)
FAST(hicpp-avoid-goto, -0.0)
FAST(hicpp-braces-around-statements, 0.0)
-FAST(hicpp-deprecated-headers, 1.0)
+FAST(hicpp - deprecated - headers, 1.0)
FAST(hicpp-explicit-conversions, 1.0)
FAST(hicpp-function-size, 1.0)
FAST(hicpp-ignored-remove-result, 3.0)
``````````
</details>
https://github.com/llvm/llvm-project/pull/183474
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits