[llvm] 04b30af - [gn build] Port 14dd0737822

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 07:06:30 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-08-31T14:02:39Z
New Revision: 04b30afed0a30dea5f99a025d15491c65d4ebb07

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

LOG: [gn build] Port 14dd0737822

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
index 45ecef719fdb0..1610656922bc3 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -43,6 +43,7 @@ static_library("bugprone") {
     "NotNullTerminatedResultCheck.cpp",
     "ParentVirtualCallCheck.cpp",
     "PosixReturnCheck.cpp",
+    "RedundantBranchConditionCheck.cpp",
     "ReservedIdentifierCheck.cpp",
     "SignedCharMisuseCheck.cpp",
     "SizeofContainerCheck.cpp",


        


More information about the llvm-commits mailing list