[llvm] 096858b - [gn build] Port 54178fc6161a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 06:44:28 PST 2023


Author: LLVM GN Syncbot
Date: 2023-03-10T14:38:36Z
New Revision: 096858b5f5875d339557e6bea2fc3fc07585392a

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

LOG: [gn build] Port 54178fc6161a

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn
index f8cc60c21b9f..c8c964d6340f 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn
@@ -17,6 +17,7 @@ static_library("cppcoreguidelines") {
   ]
   sources = [
     "AvoidCaptureDefaultWhenCapturingThisCheck.cpp",
+    "AvoidCapturingLambdaCoroutinesCheck.cpp",
     "AvoidConstOrRefDataMembersCheck.cpp",
     "AvoidDoWhileCheck.cpp",
     "AvoidGotoCheck.cpp",


        


More information about the llvm-commits mailing list