Make clang-tidy suggest stdint.h int types (#2820)

This commit is contained in:
Oxan van Leeuwen 2021-11-28 19:59:30 +01:00 committed by GitHub
parent 671d68bc2c
commit 7a564b222d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ CheckOptions:
value: '10'
- key: google-readability-namespace-comments.SpacesBeforeComments
value: '2'
- key: google-runtime-int.TypeSuffix
value: '_t'
- key: modernize-loop-convert.MaxCopySize
value: '16'
- key: modernize-loop-convert.MinConfidence