[clang] [llvm] [clang-tools-extra] [clang-tidy] Remove cert-dcl21-cpp check (PR #80181)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 11:19:43 PST 2024


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 cf2533e75ec4360da460bb577e0a4e64f2d8997f fdb65ef4805152ad143a120e343d696f8b08d3db -- clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp clang-tools-extra/clangd/TidyFastChecks.inc
``````````

</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 9050ce1612..b1c82a2e29 100644
--- a/clang-tools-extra/clangd/TidyFastChecks.inc
+++ b/clang-tools-extra/clangd/TidyFastChecks.inc
@@ -115,7 +115,7 @@ FAST(bugprone-virtual-near-miss, 0.0)
 FAST(cert-con36-c, 2.0)
 FAST(cert-con54-cpp, 3.0)
 FAST(cert-dcl03-c, 2.0)
-FAST(cert-dcl16-c, -1.0)
+FAST(cert - dcl16 - c, -1.0)
 FAST(cert-dcl37-c, 3.0)
 FAST(cert-dcl50-cpp, -1.0)
 FAST(cert-dcl51-cpp, 1.0)

``````````

</details>


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


More information about the cfe-commits mailing list