Skip to content

Commit

Permalink
Update Docs/source/debugging.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Eric T. Johnson <[email protected]>
  • Loading branch information
zingale and yut23 authored Mar 19, 2024
1 parent 4971a21 commit e6abf3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Docs/source/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6abf3d

Please sign in to comment.