[llvm] 0968574 - [gn build] Port 530456caf908

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 00:32:16 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-14T07:28:18Z
New Revision: 096857426e2f22a697f75bb787d08a047132507b

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

LOG: [gn build] Port 530456caf908

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 6a06c93fba33..190a9bf0bc22 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
@@ -66,6 +66,7 @@ static_library("bugprone") {
     "TooSmallLoopVariableCheck.cpp",
     "UndefinedMemoryManipulationCheck.cpp",
     "UndelegatedConstructorCheck.cpp",
+    "UnhandledExceptionAtNewCheck.cpp",
     "UnhandledSelfAssignmentCheck.cpp",
     "UnusedRaiiCheck.cpp",
     "UnusedReturnValueCheck.cpp",


        


More information about the llvm-commits mailing list