[llvm] f888ae7 - [gn build] Port 49bffa5f8b7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 12:46:10 PST 2020


Author: LLVM GN Syncbot
Date: 2020-02-13T20:43:19Z
New Revision: f888ae726280e3b173d323fd80ac7c3d93ad2026

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

LOG: [gn build] Port 49bffa5f8b7

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 a7a1abd0d41a..fe00621e583a 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
@@ -18,6 +18,7 @@ static_library("misc") {
     "MiscTidyModule.cpp",
     "MisplacedConstCheck.cpp",
     "NewDeleteOverloadsCheck.cpp",
+    "NoRecursionCheck.cpp",
     "NonCopyableObjects.cpp",
     "NonPrivateMemberVariablesInClassesCheck.cpp",
     "RedundantExpressionCheck.cpp",


        


More information about the llvm-commits mailing list