[llvm] c0f3478 - [gn build] Port 31512811b8c0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 12:29:01 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-17T19:22:25Z
New Revision: c0f3478934bec4a585cd1ed973a0ee39e0ceb7be

URL: https://github.com/llvm/llvm-project/commit/c0f3478934bec4a585cd1ed973a0ee39e0ceb7be
DIFF: https://github.com/llvm/llvm-project/commit/c0f3478934bec4a585cd1ed973a0ee39e0ceb7be.diff

LOG: [gn build] Port 31512811b8c0

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
index 8a811bc990d41bd..36957f502c32317 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
@@ -34,6 +34,7 @@ static_library("misc") {
   sources = [
     "ConfusableIdentifierCheck.cpp",
     "ConstCorrectnessCheck.cpp",
+    "CoroutineHostileRAIICheck.cpp",
     "DefinitionsInHeadersCheck.cpp",
     "HeaderIncludeCycleCheck.cpp",
     "IncludeCleanerCheck.cpp",


        


More information about the llvm-commits mailing list