summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn
index a467d4947bf..5d36602f97e 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn
+++ b/llvm/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",
OpenPOWER on IntegriCloud