Skip to content

Commit

Permalink
add a note about CLANG_TIDY_IGNORE_SOURCES to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Mar 19, 2024
1 parent 1adfd51 commit 0e8b17a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Docs/source/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ You can also use ask it to fix errors automatically via:

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``.


Thread sanitizer
Expand Down

0 comments on commit 0e8b17a

Please sign in to comment.