diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2025-01-09 18:39:43 +0900 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2025-01-09 18:39:43 +0900 |
| commit | c36c84047e92587931e74aea1b3d91342617400b (patch) | |
| tree | 3d25b78796205b1f3f1ee5f9c55da298f6449ce8 /libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp | |
| parent | 122393694892e7a718e8c612b5650388075e2833 (diff) | |
| parent | bdcf47e4bcb92889665825654bb80a8bbe30379e (diff) | |
Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/condopusers/chapuni/cov/single/condop
Conflicts:
clang/lib/CodeGen/CoverageMappingGen.cpp
Diffstat (limited to 'libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp')
| -rw-r--r-- | libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp b/libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp index 54beed5e30be..bc7c8ce7ec44 100644 --- a/libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp +++ b/libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp @@ -13,6 +13,7 @@ #include "header_exportable_declarations.hpp" #include "hide_from_abi.hpp" #include "internal_ftm_use.hpp" +#include "nodebug_on_aliases.hpp" #include "proper_version_checks.hpp" #include "qualify_declval.hpp" #include "robust_against_adl.hpp" @@ -26,6 +27,7 @@ public: check_factories.registerCheck<libcpp::header_exportable_declarations>("libcpp-header-exportable-declarations"); check_factories.registerCheck<libcpp::hide_from_abi>("libcpp-hide-from-abi"); check_factories.registerCheck<libcpp::internal_ftm_use>("libcpp-internal-ftms"); + check_factories.registerCheck<libcpp::nodebug_on_aliases>("libcpp-nodebug-on-aliases"); check_factories.registerCheck<libcpp::proper_version_checks>("libcpp-cpp-version-check"); check_factories.registerCheck<libcpp::robust_against_adl_check>("libcpp-robust-against-adl"); check_factories.registerCheck<libcpp::uglify_attributes>("libcpp-uglify-attributes"); |
