From: GN Sync Bot Date: Wed, 2 Oct 2019 17:23:41 +0000 (+0000) Subject: gn build: Merge r373489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0312be25f1c7f0dc99c444e7f507cb68afbc595f;p=llvm gn build: Merge r373489 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373492 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn b/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn index a467d4947bf..5d36602f97e 100644 --- a/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn +++ b/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn @@ -18,6 +18,7 @@ static_library("cppcoreguidelines") { sources = [ "AvoidGotoCheck.cpp", "CppCoreGuidelinesTidyModule.cpp", + "InitVariablesCheck.cpp", "InterfacesGlobalInitCheck.cpp", "MacroUsageCheck.cpp", "NarrowingConversionsCheck.cpp",