Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a note about CLANG_TIDY_IGNORE_SOURCES to docs #2789

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 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``.
zingale marked this conversation as resolved.
Show resolved Hide resolved


Thread sanitizer
Expand Down Expand Up @@ -121,5 +126,3 @@ to operate over.

Physics issues
==============