From 95429b88a469ee6537f15c82aec9f83e699b8b02 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 6 Oct 2020 12:02:07 +0000 Subject: [PATCH] [gn build] Port d6c9dc3c17e --- .../gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn index 204a25c0eb66..51beb9fec77b 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn +++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn @@ -24,7 +24,6 @@ static_library("google") { "GlobalVariableDeclarationCheck.cpp", "GoogleTidyModule.cpp", "IntegerTypesCheck.cpp", - "NonConstReferences.cpp", "OverloadedUnaryAndCheck.cpp", "TodoCommentCheck.cpp", "UnnamedNamespaceInHeaderCheck.cpp",