[llvm] 29a8b1f - [gn build] Port 299aa4dfa1d8

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 10:21:35 PST 2021


Author: Arthur Eubanks
Date: 2021-11-09T10:21:17-08:00
New Revision: 29a8b1fe18dc272b980027d85b71f40bbf20e613

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

LOG: [gn build] Port 299aa4dfa1d8

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 fe00621e583a4..619c5afab4c90 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",
+    "MisleadingIdentifier.cpp",
     "MisplacedConstCheck.cpp",
     "NewDeleteOverloadsCheck.cpp",
     "NoRecursionCheck.cpp",


        


More information about the llvm-commits mailing list