From e13ceeb765cdb42eb0cec9c3234386d2ff9d465e Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sun, 14 Apr 2024 21:00:46 +0200 Subject: [PATCH] Update CODING_CONVENTIONS.md Co-authored-by: chrysn --- CODING_CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_CONVENTIONS.md b/CODING_CONVENTIONS.md index 02378001b871b..82cb971617c9c 100644 --- a/CODING_CONVENTIONS.md +++ b/CODING_CONVENTIONS.md @@ -189,7 +189,7 @@ common helpers and implementations, but a per platform `foo_arch.h` is included from within `foo.h` for platform specific implementations. If in this scenario only functions provided by `foo_arch.h` are included, the `#include` of `foo.h` is considered as unused. To avoid this, one should add -`/* IWYU pragma: export */` after `#include "foo_arch.h"` in `foo.h`. +[`/* IWYU pragma: export */`](https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md) after `#include "foo_arch.h"` in `foo.h`. [clangd-include-cleaner]: https://clangd.llvm.org/design/include-cleaner