From aa89a9959b041538d8039f02aa34b65c7355b461 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 5 Nov 2024 11:52:07 +0100 Subject: tpp includes: Add hint for IWYU linting IWYU needs to be explicitly instructed how to handle included .tpp files in order to not falsely suggest their removal. Conversely, it also needs to know not to suggest including .tpp files instead of the corresponding .hpp files. --- src/buildtool/storage/target_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/storage/target_cache.hpp') diff --git a/src/buildtool/storage/target_cache.hpp b/src/buildtool/storage/target_cache.hpp index a45d3999..9dc30d11 100644 --- a/src/buildtool/storage/target_cache.hpp +++ b/src/buildtool/storage/target_cache.hpp @@ -160,6 +160,6 @@ using ActiveTargetCache = TargetCache; #endif // BOOTSTRAP_BUILD_TOOL // NOLINTNEXTLINE(misc-header-include-cycle) -#include "src/buildtool/storage/target_cache.tpp" +#include "src/buildtool/storage/target_cache.tpp" // IWYU pragma: export #endif // INCLUDED_SRC_BUILDTOOL_STORAGE_TARGET_CACHE_HPP -- cgit v1.2.3