Skip to content

Commit

Permalink
test clang-tidy breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Perry committed Nov 16, 2023
1 parent 23d3d11 commit 3f6862d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Exec/RegTests/FlameSheet/pelelmex_prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <PMFData.H>
#include <PelePhysics.H>

#define SHOULD_MAKE_AN_ERROR -6

Check warning on line 14 in Exec/RegTests/FlameSheet/pelelmex_prob.H

View workflow job for this annotation

GitHub Actions / Lint-clang-tidy (EB-OFF)

macro replacement list should be enclosed in parentheses [bugprone-macro-parentheses]

Check warning on line 14 in Exec/RegTests/FlameSheet/pelelmex_prob.H

View workflow job for this annotation

GitHub Actions / Lint-clang-tidy (EB-ON)

macro replacement list should be enclosed in parentheses [bugprone-macro-parentheses]

AMREX_GPU_DEVICE
AMREX_FORCE_INLINE
void
Expand Down
2 changes: 2 additions & 0 deletions Source/PeleLMeX_Index.H
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef PELELM_INDEX_H
#define PELELM_INDEX_H

#define TRASH_NUMBER -6

Check warning on line 4 in Source/PeleLMeX_Index.H

View workflow job for this annotation

GitHub Actions / Lint-clang-tidy (EB-OFF)

macro replacement list should be enclosed in parentheses [bugprone-macro-parentheses]

Check warning on line 4 in Source/PeleLMeX_Index.H

View workflow job for this annotation

GitHub Actions / Lint-clang-tidy (EB-ON)

macro replacement list should be enclosed in parentheses [bugprone-macro-parentheses]

#define VELX 0
#define VELY 1
#define VELZ 2
Expand Down
2 changes: 1 addition & 1 deletion Submodules/PelePhysics
Submodule PelePhysics updated 1 files
+2 −0 Eos/EOS.H

0 comments on commit 3f6862d

Please sign in to comment.