diff options
| -rw-r--r-- | llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn | 1 |
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 09b2e55..e82d264f 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 @@ -16,6 +16,7 @@ static_library("cppcoreguidelines") { "//llvm/lib/Support", ] sources = [ + "AvoidConstOrRefDataMembersCheck.cpp", "AvoidGotoCheck.cpp", "AvoidNonConstGlobalVariablesCheck.cpp", "CppCoreGuidelinesTidyModule.cpp", |
