Skip to content

Commit

Permalink
Ignore __func__ warning until LLVM 15 is dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Feb 27, 2024
1 parent a843db2 commit afeb631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Checks:
-bugprone-exception-escape
-bugprone-implicit-widening-of-multiplication-result
-bugprone-unchecked-optional-access
-bugprone-lambda-function-name
cppcoreguidelines-*
-cppcoreguidelines-avoid-magic-numbers
-cppcoreguidelines-avoid-non-const-global-variables
Expand Down

0 comments on commit afeb631

Please sign in to comment.