From e6abf3d5c8b32eadb41998d470567241232a4292 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 19 Mar 2024 14:58:24 -0400 Subject: [PATCH] Update Docs/source/debugging.rst Co-authored-by: Eric T. Johnson --- Docs/source/debugging.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Docs/source/debugging.rst b/Docs/source/debugging.rst index 1d15406482..3341984d51 100644 --- a/Docs/source/debugging.rst +++ b/Docs/source/debugging.rst @@ -88,8 +88,9 @@ and you can treat warnings as errors by adding ``CLANG_TIDY_WARN_ERROR=TRUE``. .. note:: Building a Castro problem with ``clang-tidy`` will suppress the - checks in AMReX and Microphysics sources. This is set by the parameter - ``CLANG_TIDY_IGNORE_SOURCES`` in ``Make.Castro``. + checks in AMReX and Microphysics sources and headers. This is set by + the parameter ``CLANG_TIDY_IGNORE_SOURCES`` in ``Make.Castro``, and + the ``HeaderFilterRegex`` whitelist in ``.clang-tidy``. Thread sanitizer