Skip to content
Snippets Groups Projects
Commit f4cd3a8c authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Remove fixed size int test in clang-tidy.

The check is to use int64_t instead of long long.  At the moment it creates
a lot of noise.  Adjusting the code is a larger undertaking so I'm turning it
off for now.  Once the code is fixed for it then we'll turn it back on.
parent 74f46187
No related branches found
No related tags found
1 merge request!21Fix clang tidy errors
Checks: -*,cppcoreguidelines-*,google-*,llvm-*,misc-*,modernize-*,performance-*,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-pro-bounds-array-to-pointer-decay
Checks: -*,cppcoreguidelines-*,google-*,llvm-*,misc-*,modernize-*,performance-*,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-google-runtime-int
CheckOptions:
- key: google-runtime-int.TypeSuffix
......
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