[llvm] de05128 - [gn build] Port 35cca45b09b8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 03:18:21 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-12T11:14:10Z
New Revision: de05128eae69c01939ce421f7f761c42aa35285a

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

LOG: [gn build] Port 35cca45b09b8

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 619c5afab4c90..5463d61e5ff84 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
@@ -16,6 +16,7 @@ static_library("misc") {
   sources = [
     "DefinitionsInHeadersCheck.cpp",
     "MiscTidyModule.cpp",
+    "MisleadingBidirectional.cpp",
     "MisleadingIdentifier.cpp",
     "MisplacedConstCheck.cpp",
     "NewDeleteOverloadsCheck.cpp",


        


More information about the llvm-commits mailing list