diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 39e09c64..0c240213 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -10,6 +10,11 @@ Checks: > -llvmlibc-*, -modernize-macro-to-enum, -readability-identifier-length, +CheckOptions: + - key: hicpp-uppercase-literal-suffix.NewSuffixes + value: 'L;U;UL;ULL' + - key: readability-uppercase-literal-suffix.NewSuffixes + value: 'L;U;UL;ULL' FormatStyle: file HeaderFilterRegex: '.*/serd/.*\.h' WarningsAsErrors: '*' |