Skip to content
Snippets Groups Projects
Commit 180ec592 authored by Daniel Agar's avatar Daniel Agar
Browse files

clang-tidy ignore mathlib assignment signatures for now

parent 6e1113ae
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
clang-analyzer-unix.Vfork,
## evaluate # clang-analyzer-unix.cstring.BadSizeArg,
## evaluate # clang-analyzer-unix.cstring.NullArg,
cppcoreguidelines-c-copy-assignment-signature,
## TODO: fix mathlib and enable # cppcoreguidelines-c-copy-assignment-signature,
#cppcoreguidelines-interfaces-global-init,
#cppcoreguidelines-no-malloc,
#cppcoreguidelines-pro-bounds-array-to-pointer-decay,
......@@ -131,7 +131,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
misc-suspicious-string-compare,
misc-swapped-arguments,
misc-throw-by-value-catch-by-reference,
misc-unconventional-assign-operator,
## TODO: fix mathlib and enable # misc-unconventional-assign-operator,
misc-undelegated-constructor,
misc-uniqueptr-reset-release,
misc-unused-alias-decls,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment