From c0f567d3232cbe165e56cb2684cda52df7cfb90f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 22:41:11 +0200 Subject: Move public headers to a separate include directory This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index da5849c8..3f605635 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -55,5 +55,5 @@ Checks: > -readability-implicit-bool-conversion, -readability-named-parameter, WarningsAsErrors: '*' -HeaderFilterRegex: 'ingen/.*|tests/.*|src/.*' +HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*' FormatStyle: file -- cgit v1.2.1