[clang-tools-extra] [clang-tidy] Create a check for signed and unsigned integers comparison (PR #113144)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 27 08:14:54 PDT 2024


================
@@ -0,0 +1,26 @@
+set(LLVM_LINK_COMPONENTS
+    FrontendOpenMP
+    Support
+)
+
+add_clang_library(clangTidyQtModule
----------------
5chmidti wrote:

Please add `STATIC` at the end of this line. This was changed just a few days ago to be explicit

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


More information about the cfe-commits mailing list