1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-07 07:56:21 +00:00

Sort clang-tidy options

This commit is contained in:
Allen Hill 2023-09-03 13:50:08 -04:00
parent 9a47ba77eb
commit 3fd8c0255b

View File

@ -1,293 +1,291 @@
--- ---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-core.NullDereference,bugprone-*,misc-*,modernize-*,performance-*' Checks: "-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-core.NullDereference,bugprone-*,misc-*,modernize-*,performance-*"
WarningsAsErrors: '' WarningsAsErrors: ""
HeaderFilterRegex: '' HeaderFilterRegex: ""
AnalyzeTemporaryDtors: false AnalyzeTemporaryDtors: false
FormatStyle: none FormatStyle: none
CheckOptions: CheckOptions:
- key: performance-unnecessary-copy-initialization.ExcludedContainerTypes - key: bugprone-argument-comment.CommentBoolLiterals
value: '' value: "0"
- key: modernize-replace-auto-ptr.IncludeStyle - key: bugprone-argument-comment.CommentCharacterLiterals
value: llvm value: "0"
- key: performance-move-const-arg.CheckTriviallyCopyableMove - key: bugprone-argument-comment.CommentFloatLiterals
value: 'true' value: "0"
- key: modernize-use-auto.MinTypeNameLength - key: bugprone-argument-comment.CommentIntegerLiterals
value: '5' value: "0"
- key: bugprone-reserved-identifier.Invert - key: bugprone-argument-comment.CommentNullPtrs
value: 'false' value: "0"
- key: bugprone-narrowing-conversions.PedanticMode - key: bugprone-argument-comment.CommentStringLiterals
value: 'false' value: "0"
- key: bugprone-unused-return-value.CheckedFunctions - key: bugprone-argument-comment.CommentUserDefinedLiterals
value: '::std::async;::std::launder;::std::remove;::std::remove_if;::std::unique;::std::unique_ptr::release;::std::basic_string::empty;::std::vector::empty;::std::back_inserter;::std::distance;::std::find;::std::find_if;::std::inserter;::std::lower_bound;::std::make_pair;::std::map::count;::std::map::find;::std::map::lower_bound;::std::multimap::equal_range;::std::multimap::upper_bound;::std::set::count;::std::set::find;::std::setfill;::std::setprecision;::std::setw;::std::upper_bound;::std::vector::at;::bsearch;::ferror;::feof;::isalnum;::isalpha;::isblank;::iscntrl;::isdigit;::isgraph;::islower;::isprint;::ispunct;::isspace;::isupper;::iswalnum;::iswprint;::iswspace;::isxdigit;::memchr;::memcmp;::strcmp;::strcoll;::strncmp;::strpbrk;::strrchr;::strspn;::strstr;::wcscmp;::access;::bind;::connect;::difftime;::dlsym;::fnmatch;::getaddrinfo;::getopt;::htonl;::htons;::iconv_open;::inet_addr;::isascii;::isatty;::mmap;::newlocale;::openat;::pathconf;::pthread_equal;::pthread_getspecific;::pthread_mutex_trylock;::readdir;::readlink;::recvmsg;::regexec;::scandir;::semget;::setjmp;::shm_open;::shmget;::sigismember;::strcasecmp;::strsignal;::ttyname' value: "0"
- key: cert-dcl16-c.NewSuffixes - key: bugprone-argument-comment.IgnoreSingleArgument
value: 'L;LL;LU;LLU' value: "0"
- key: bugprone-narrowing-conversions.WarnOnFloatingPointNarrowingConversion - key: bugprone-argument-comment.StrictMode
value: 'true' value: "0"
- key: modernize-use-default-member-init.UseAssignment - key: bugprone-assert-side-effect.AssertMacros
value: 'false' value: assert,NSAssert,NSCAssert
- key: bugprone-assert-side-effect.IgnoredFunctions - key: bugprone-assert-side-effect.CheckFunctionCalls
value: __builtin_expect value: "false"
- key: modernize-use-override.AllowOverrideAndFinal - key: bugprone-assert-side-effect.IgnoredFunctions
value: 'false' value: __builtin_expect
- key: modernize-pass-by-value.ValuesOnly - key: bugprone-dangling-handle.HandleClasses
value: 'false' value: "std::basic_string_view;std::experimental::basic_string_view"
- key: modernize-loop-convert.IncludeStyle - key: bugprone-dynamic-static-initializers.HeaderFileExtensions
value: llvm value: ";h;hh;hpp;hxx"
- key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons - key: bugprone-easily-swappable-parameters.IgnoredParameterNames
value: 'false' value: '"";iterator;Iterator;begin;Begin;end;End;first;First;last;Last;lhs;LHS;rhs;RHS'
- key: bugprone-narrowing-conversions.WarnWithinTemplateInstantiation - key: bugprone-easily-swappable-parameters.IgnoredParameterTypeSuffixes
value: 'false' value: "bool;Bool;_Bool;it;It;iterator;Iterator;inputit;InputIt;forwardit;ForwardIt;bidirit;BidirIt;constiterator;const_iterator;Const_Iterator;Constiterator;ConstIterator;RandomIt;randomit;random_iterator;ReverseIt;reverse_iterator;reverse_const_iterator;ConstReverseIterator;Const_Reverse_Iterator;const_reverse_iterator;Constreverseiterator;constreverseiterator"
- key: cert-err33-c.CheckedFunctions - key: bugprone-easily-swappable-parameters.MinimumLength
value: '::aligned_alloc;::asctime_s;::at_quick_exit;::atexit;::bsearch;::bsearch_s;::btowc;::c16rtomb;::c32rtomb;::calloc;::clock;::cnd_broadcast;::cnd_init;::cnd_signal;::cnd_timedwait;::cnd_wait;::ctime_s;::fclose;::fflush;::fgetc;::fgetpos;::fgets;::fgetwc;::fopen;::fopen_s;::fprintf;::fprintf_s;::fputc;::fputs;::fputwc;::fputws;::fread;::freopen;::freopen_s;::fscanf;::fscanf_s;::fseek;::fsetpos;::ftell;::fwprintf;::fwprintf_s;::fwrite;::fwscanf;::fwscanf_s;::getc;::getchar;::getenv;::getenv_s;::gets_s;::getwc;::getwchar;::gmtime;::gmtime_s;::localtime;::localtime_s;::malloc;::mbrtoc16;::mbrtoc32;::mbsrtowcs;::mbsrtowcs_s;::mbstowcs;::mbstowcs_s;::memchr;::mktime;::mtx_init;::mtx_lock;::mtx_timedlock;::mtx_trylock;::mtx_unlock;::printf_s;::putc;::putwc;::raise;::realloc;::remove;::rename;::scanf;::scanf_s;::setlocale;::setvbuf;::signal;::snprintf;::snprintf_s;::sprintf;::sprintf_s;::sscanf;::sscanf_s;::strchr;::strerror_s;::strftime;::strpbrk;::strrchr;::strstr;::strtod;::strtof;::strtoimax;::strtok;::strtok_s;::strtol;::strtold;::strtoll;::strtoul;::strtoull;::strtoumax;::strxfrm;::swprintf;::swprintf_s;::swscanf;::swscanf_s;::thrd_create;::thrd_detach;::thrd_join;::thrd_sleep;::time;::timespec_get;::tmpfile;::tmpfile_s;::tmpnam;::tmpnam_s;::tss_create;::tss_get;::tss_set;::ungetc;::ungetwc;::vfprintf;::vfprintf_s;::vfscanf;::vfscanf_s;::vfwprintf;::vfwprintf_s;::vfwscanf;::vfwscanf_s;::vprintf_s;::vscanf;::vscanf_s;::vsnprintf;::vsnprintf_s;::vsprintf;::vsprintf_s;::vsscanf;::vsscanf_s;::vswprintf;::vswprintf_s;::vswscanf;::vswscanf_s;::vwprintf_s;::vwscanf;::vwscanf_s;::wcrtomb;::wcschr;::wcsftime;::wcspbrk;::wcsrchr;::wcsrtombs;::wcsrtombs_s;::wcsstr;::wcstod;::wcstof;::wcstoimax;::wcstok;::wcstok_s;::wcstol;::wcstold;::wcstoll;::wcstombs;::wcstombs_s;::wcstoul;::wcstoull;::wcstoumax;::wcsxfrm;::wctob;::wctrans;::wctype;::wmemchr;::wprintf_s;::wscanf;::wscanf_s;' value: "2"
- key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison - key: bugprone-easily-swappable-parameters.ModelImplicitConversions
value: 'false' value: "true"
- key: misc-uniqueptr-reset-release.IncludeStyle - key: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold
value: llvm value: "1"
- key: bugprone-easily-swappable-parameters.QualifiersMix - key: bugprone-easily-swappable-parameters.QualifiersMix
value: 'false' value: "false"
- key: bugprone-suspicious-string-compare.WarnOnImplicitComparison - key: bugprone-easily-swappable-parameters.SuppressParametersUsedTogether
value: 'true' value: "true"
- key: modernize-use-emplace.TupleTypes - key: bugprone-exception-escape.FunctionsThatShouldNotThrow
value: '::std::pair;::std::tuple' value: ""
- key: modernize-use-emplace.TupleMakeFunctions - key: bugprone-exception-escape.IgnoredExceptions
value: '::std::make_pair;::std::make_tuple' value: ""
- key: bugprone-narrowing-conversions.WarnOnIntegerToFloatingPointNarrowingConversion - key: bugprone-implicit-widening-of-multiplication-result.IncludeStyle
value: 'true' value: llvm
- key: bugprone-easily-swappable-parameters.SuppressParametersUsedTogether - key: bugprone-implicit-widening-of-multiplication-result.UseCXXHeadersInCppSources
value: 'true' value: "true"
- key: bugprone-argument-comment.StrictMode - key: bugprone-implicit-widening-of-multiplication-result.UseCXXStaticCastsInCppSources
value: '0' value: "true"
- key: modernize-use-nodiscard.ReplacementString - key: bugprone-misplaced-widening-cast.CheckImplicitCasts
value: '[[nodiscard]]' value: "false"
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic - key: bugprone-narrowing-conversions.IgnoreConversionFromTypes
value: 'false' value: ""
- key: modernize-replace-random-shuffle.IncludeStyle - key: bugprone-narrowing-conversions.PedanticMode
value: llvm value: "false"
- key: modernize-loop-convert.MakeReverseRangeHeader - key: bugprone-narrowing-conversions.WarnOnEquivalentBitWidth
value: '' value: "true"
- key: modernize-use-bool-literals.IgnoreMacros - key: bugprone-narrowing-conversions.WarnOnFloatingPointNarrowingConversion
value: 'true' value: "true"
- key: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold - key: bugprone-narrowing-conversions.WarnOnIntegerNarrowingConversion
value: '1' value: "false"
- key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField - key: bugprone-narrowing-conversions.WarnOnIntegerToFloatingPointNarrowingConversion
value: 'true' value: "true"
- key: google-readability-namespace-comments.ShortNamespaceLines - key: bugprone-narrowing-conversions.WarnWithinTemplateInstantiation
value: '10' value: "false"
- key: bugprone-suspicious-string-compare.StringCompareLikeFunctions - key: bugprone-not-null-terminated-result.WantToUseSafeFunctions
value: '' value: "true"
- key: misc-definitions-in-headers.HeaderFileExtensions - key: bugprone-reserved-identifier.AggressiveDependentMemberLookup
value: ';h;hh;hpp;hxx' value: "false"
- key: modernize-avoid-bind.PermissiveParameterList - key: bugprone-reserved-identifier.AllowedIdentifiers
value: 'false' value: ""
- key: modernize-use-override.FinalSpelling - key: bugprone-reserved-identifier.Invert
value: final value: "false"
- key: bugprone-argument-comment.CommentNullPtrs - key: bugprone-signal-handler.AsyncSafeFunctionSet
value: '0' value: POSIX
- key: bugprone-easily-swappable-parameters.IgnoredParameterNames - key: bugprone-signed-char-misuse.CharTypdefsToIgnore
value: '"";iterator;Iterator;begin;Begin;end;End;first;First;last;Last;lhs;LHS;rhs;RHS' value: ""
- key: modernize-loop-convert.UseCxx20ReverseRanges - key: bugprone-signed-char-misuse.DiagnoseSignedUnsignedCharComparisons
value: 'true' value: "true"
- key: modernize-use-noexcept.ReplacementString - key: bugprone-sizeof-expression.WarnOnSizeOfCompareToConstant
value: '' value: "true"
- key: modernize-use-using.IgnoreMacros - key: bugprone-sizeof-expression.WarnOnSizeOfConstant
value: 'true' value: "true"
- key: performance-type-promotion-in-math-fn.IncludeStyle - key: bugprone-sizeof-expression.WarnOnSizeOfIntegerExpression
value: llvm value: "false"
- key: bugprone-narrowing-conversions.WarnOnIntegerNarrowingConversion - key: bugprone-sizeof-expression.WarnOnSizeOfThis
value: 'true' value: "true"
- key: modernize-loop-convert.NamingStyle - key: bugprone-string-constructor.LargeLengthThreshold
value: CamelCase value: "8388608"
- key: bugprone-suspicious-include.ImplementationFileExtensions - key: bugprone-string-constructor.StringNames
value: 'c;cc;cpp;cxx' value: "::std::basic_string;::std::basic_string_view"
- key: modernize-loop-convert.MakeReverseRangeFunction - key: bugprone-string-constructor.WarnOnLargeLength
value: '' value: "true"
- key: bugprone-suspicious-include.HeaderFileExtensions - key: bugprone-stringview-nullptr.IncludeStyle
value: ';h;hh;hpp;hxx' value: llvm
- key: performance-no-automatic-move.AllowedTypes - key: bugprone-suspicious-enum-usage.StrictMode
value: '' value: "false"
- key: performance-for-range-copy.WarnOnAllAutoCopies - key: bugprone-suspicious-include.HeaderFileExtensions
value: 'false' value: ";h;hh;hpp;hxx"
- key: bugprone-argument-comment.CommentIntegerLiterals - key: bugprone-suspicious-include.ImplementationFileExtensions
value: '0' value: "c;cc;cpp;cxx"
- key: bugprone-stringview-nullptr.IncludeStyle - key: bugprone-suspicious-missing-comma.MaxConcatenatedTokens
value: llvm value: "5"
- key: bugprone-suspicious-missing-comma.SizeThreshold - key: bugprone-suspicious-missing-comma.RatioThreshold
value: '5' value: "0.200000"
- key: modernize-pass-by-value.IncludeStyle - key: bugprone-suspicious-missing-comma.SizeThreshold
value: llvm value: "5"
- key: bugprone-sizeof-expression.WarnOnSizeOfThis - key: bugprone-suspicious-string-compare.StringCompareLikeFunctions
value: 'true' value: ""
- key: bugprone-string-constructor.WarnOnLargeLength - key: bugprone-suspicious-string-compare.WarnOnImplicitComparison
value: 'true' value: "true"
- key: bugprone-too-small-loop-variable.MagnitudeBitsUpperLimit - key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
value: '16' value: "false"
- key: bugprone-argument-comment.CommentFloatLiterals - key: bugprone-too-small-loop-variable.MagnitudeBitsUpperLimit
value: '0' value: "16"
- key: bugprone-argument-comment.CommentCharacterLiterals - key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField
value: '0' value: "true"
- key: modernize-use-nullptr.NullMacros - key: bugprone-unused-return-value.CheckedFunctions
value: 'NULL' value: "::std::async;::std::launder;::std::remove;::std::remove_if;::std::unique;::std::unique_ptr::release;::std::basic_string::empty;::std::vector::empty;::std::back_inserter;::std::distance;::std::find;::std::find_if;::std::inserter;::std::lower_bound;::std::make_pair;::std::map::count;::std::map::find;::std::map::lower_bound;::std::multimap::equal_range;::std::multimap::upper_bound;::std::set::count;::std::set::find;::std::setfill;::std::setprecision;::std::setw;::std::upper_bound;::std::vector::at;::bsearch;::ferror;::feof;::isalnum;::isalpha;::isblank;::iscntrl;::isdigit;::isgraph;::islower;::isprint;::ispunct;::isspace;::isupper;::iswalnum;::iswprint;::iswspace;::isxdigit;::memchr;::memcmp;::strcmp;::strcoll;::strncmp;::strpbrk;::strrchr;::strspn;::strstr;::wcscmp;::access;::bind;::connect;::difftime;::dlsym;::fnmatch;::getaddrinfo;::getopt;::htonl;::htons;::iconv_open;::inet_addr;::isascii;::isatty;::mmap;::newlocale;::openat;::pathconf;::pthread_equal;::pthread_getspecific;::pthread_mutex_trylock;::readdir;::readlink;::recvmsg;::regexec;::scandir;::semget;::setjmp;::shm_open;::shmget;::sigismember;::strcasecmp;::strsignal;::ttyname"
- key: modernize-make-shared.IgnoreMacros - key: cert-dcl16-c.NewSuffixes
value: 'true' value: "L;LL;LU;LLU"
- key: bugprone-dynamic-static-initializers.HeaderFileExtensions - key: cert-err33-c.CheckedFunctions
value: ';h;hh;hpp;hxx' value: "::aligned_alloc;::asctime_s;::at_quick_exit;::atexit;::bsearch;::bsearch_s;::btowc;::c16rtomb;::c32rtomb;::calloc;::clock;::cnd_broadcast;::cnd_init;::cnd_signal;::cnd_timedwait;::cnd_wait;::ctime_s;::fclose;::fflush;::fgetc;::fgetpos;::fgets;::fgetwc;::fopen;::fopen_s;::fprintf;::fprintf_s;::fputc;::fputs;::fputwc;::fputws;::fread;::freopen;::freopen_s;::fscanf;::fscanf_s;::fseek;::fsetpos;::ftell;::fwprintf;::fwprintf_s;::fwrite;::fwscanf;::fwscanf_s;::getc;::getchar;::getenv;::getenv_s;::gets_s;::getwc;::getwchar;::gmtime;::gmtime_s;::localtime;::localtime_s;::malloc;::mbrtoc16;::mbrtoc32;::mbsrtowcs;::mbsrtowcs_s;::mbstowcs;::mbstowcs_s;::memchr;::mktime;::mtx_init;::mtx_lock;::mtx_timedlock;::mtx_trylock;::mtx_unlock;::printf_s;::putc;::putwc;::raise;::realloc;::remove;::rename;::scanf;::scanf_s;::setlocale;::setvbuf;::signal;::snprintf;::snprintf_s;::sprintf;::sprintf_s;::sscanf;::sscanf_s;::strchr;::strerror_s;::strftime;::strpbrk;::strrchr;::strstr;::strtod;::strtof;::strtoimax;::strtok;::strtok_s;::strtol;::strtold;::strtoll;::strtoul;::strtoull;::strtoumax;::strxfrm;::swprintf;::swprintf_s;::swscanf;::swscanf_s;::thrd_create;::thrd_detach;::thrd_join;::thrd_sleep;::time;::timespec_get;::tmpfile;::tmpfile_s;::tmpnam;::tmpnam_s;::tss_create;::tss_get;::tss_set;::ungetc;::ungetwc;::vfprintf;::vfprintf_s;::vfscanf;::vfscanf_s;::vfwprintf;::vfwprintf_s;::vfwscanf;::vfwscanf_s;::vprintf_s;::vscanf;::vscanf_s;::vsnprintf;::vsnprintf_s;::vsprintf;::vsprintf_s;::vsscanf;::vsscanf_s;::vswprintf;::vswprintf_s;::vswscanf;::vswscanf_s;::vwprintf_s;::vwscanf;::vwscanf_s;::wcrtomb;::wcschr;::wcsftime;::wcspbrk;::wcsrchr;::wcsrtombs;::wcsrtombs_s;::wcsstr;::wcstod;::wcstof;::wcstoimax;::wcstok;::wcstok_s;::wcstol;::wcstold;::wcstoll;::wcstombs;::wcstombs_s;::wcstoul;::wcstoull;::wcstoumax;::wcsxfrm;::wctob;::wctrans;::wctype;::wmemchr;::wprintf_s;::wscanf;::wscanf_s;"
- key: bugprone-suspicious-enum-usage.StrictMode - key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
value: 'false' value: "false"
- key: performance-unnecessary-copy-initialization.AllowedTypes - key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons
value: '' value: "false"
- key: bugprone-suspicious-missing-comma.MaxConcatenatedTokens - key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '5' value: "true"
- key: modernize-use-transparent-functors.SafeMode - key: google-readability-braces-around-statements.ShortStatementLines
value: 'false' value: "1"
- key: modernize-make-shared.IgnoreDefaultInitialization - key: google-readability-function-size.StatementThreshold
value: 'true' value: "800"
- key: bugprone-implicit-widening-of-multiplication-result.UseCXXHeadersInCppSources - key: google-readability-namespace-comments.ShortNamespaceLines
value: 'true' value: "10"
- key: bugprone-not-null-terminated-result.WantToUseSafeFunctions - key: google-readability-namespace-comments.SpacesBeforeComments
value: 'true' value: "2"
- key: modernize-make-shared.IncludeStyle - key: llvm-else-after-return.WarnOnConditionVariables
value: llvm value: "false"
- key: bugprone-string-constructor.LargeLengthThreshold - key: llvm-else-after-return.WarnOnUnfixable
value: '8388608' value: "false"
- key: misc-throw-by-value-catch-by-reference.CheckThrowTemporaries - key: llvm-qualified-auto.AddConstToQualified
value: 'true' value: "false"
- key: bugprone-implicit-widening-of-multiplication-result.UseCXXStaticCastsInCppSources - key: misc-definitions-in-headers.HeaderFileExtensions
value: 'true' value: ";h;hh;hpp;hxx"
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField - key: misc-definitions-in-headers.UseHeaderFileExtension
value: 'false' value: "true"
- key: bugprone-signed-char-misuse.CharTypdefsToIgnore - key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '' value: "false"
- key: performance-inefficient-vector-operation.EnableProto - key: misc-non-private-member-variables-in-classes.IgnorePublicMemberVariables
value: 'false' value: "false"
- key: bugprone-exception-escape.FunctionsThatShouldNotThrow - key: misc-throw-by-value-catch-by-reference.CheckThrowTemporaries
value: '' value: "true"
- key: modernize-loop-convert.MaxCopySize - key: misc-throw-by-value-catch-by-reference.MaxSize
value: '16' value: "-1"
- key: bugprone-argument-comment.CommentStringLiterals - key: misc-throw-by-value-catch-by-reference.WarnOnLargeObjects
value: '0' value: "false"
- key: modernize-make-shared.MakeSmartPtrFunction - key: misc-uniqueptr-reset-release.IncludeStyle
value: 'std::make_shared' value: llvm
- key: bugprone-easily-swappable-parameters.MinimumLength - key: misc-unused-parameters.StrictMode
value: '2' value: "false"
- key: modernize-use-override.IgnoreDestructors - key: modernize-avoid-bind.PermissiveParameterList
value: 'false' value: "false"
- key: modernize-make-unique.IgnoreMacros - key: modernize-loop-convert.IncludeStyle
value: 'true' value: llvm
- key: modernize-make-shared.MakeSmartPtrFunctionHeader - key: modernize-loop-convert.MakeReverseRangeFunction
value: '<memory>' value: ""
- key: performance-for-range-copy.AllowedTypes - key: modernize-loop-convert.MakeReverseRangeHeader
value: '' value: ""
- key: misc-non-private-member-variables-in-classes.IgnorePublicMemberVariables - key: modernize-loop-convert.MaxCopySize
value: 'false' value: "16"
- key: bugprone-sizeof-expression.WarnOnSizeOfConstant - key: modernize-loop-convert.MinConfidence
value: 'true' value: reasonable
- key: modernize-make-unique.IgnoreDefaultInitialization - key: modernize-loop-convert.NamingStyle
value: 'true' value: CamelCase
- key: modernize-use-emplace.ContainersWithPushBack - key: modernize-loop-convert.UseCxx20ReverseRanges
value: '::std::vector;::std::list;::std::deque' value: "true"
- key: modernize-make-unique.IncludeStyle - key: modernize-make-shared.IgnoreDefaultInitialization
value: llvm value: "true"
- key: bugprone-argument-comment.CommentBoolLiterals - key: modernize-make-shared.IgnoreMacros
value: '0' value: "true"
- key: bugprone-argument-comment.CommentUserDefinedLiterals - key: modernize-make-shared.IncludeStyle
value: '0' value: llvm
- key: modernize-use-override.OverrideSpelling - key: modernize-make-shared.MakeSmartPtrFunction
value: override value: "std::make_shared"
- key: performance-inefficient-string-concatenation.StrictMode - key: modernize-make-shared.MakeSmartPtrFunctionHeader
value: 'false' value: "<memory>"
- key: bugprone-easily-swappable-parameters.IgnoredParameterTypeSuffixes - key: modernize-make-unique.IgnoreDefaultInitialization
value: 'bool;Bool;_Bool;it;It;iterator;Iterator;inputit;InputIt;forwardit;ForwardIt;bidirit;BidirIt;constiterator;const_iterator;Const_Iterator;Constiterator;ConstIterator;RandomIt;randomit;random_iterator;ReverseIt;reverse_iterator;reverse_const_iterator;ConstReverseIterator;Const_Reverse_Iterator;const_reverse_iterator;Constreverseiterator;constreverseiterator' value: "true"
- key: google-readability-braces-around-statements.ShortStatementLines - key: modernize-make-unique.IgnoreMacros
value: '1' value: "true"
- key: modernize-make-unique.MakeSmartPtrFunction - key: modernize-make-unique.IncludeStyle
value: 'std::make_unique' value: llvm
- key: bugprone-reserved-identifier.AllowedIdentifiers - key: modernize-make-unique.MakeSmartPtrFunction
value: '' value: "std::make_unique"
- key: modernize-use-emplace.IgnoreImplicitConstructors - key: modernize-make-unique.MakeSmartPtrFunctionHeader
value: 'false' value: "<memory>"
- key: modernize-make-unique.MakeSmartPtrFunctionHeader - key: modernize-pass-by-value.IncludeStyle
value: '<memory>' value: llvm
- key: bugprone-signal-handler.AsyncSafeFunctionSet - key: modernize-pass-by-value.ValuesOnly
value: POSIX value: "false"
- key: modernize-use-equals-delete.IgnoreMacros - key: modernize-raw-string-literal.DelimiterStem
value: 'true' value: lit
- key: bugprone-easily-swappable-parameters.ModelImplicitConversions - key: modernize-raw-string-literal.ReplaceShorterLiterals
value: 'true' value: "false"
- key: bugprone-misplaced-widening-cast.CheckImplicitCasts - key: modernize-replace-auto-ptr.IncludeStyle
value: 'false' value: llvm
- key: bugprone-suspicious-missing-comma.RatioThreshold - key: modernize-replace-disallow-copy-and-assign-macro.MacroName
value: '0.200000' value: DISALLOW_COPY_AND_ASSIGN
- key: modernize-loop-convert.MinConfidence - key: modernize-replace-random-shuffle.IncludeStyle
value: reasonable value: llvm
- key: performance-unnecessary-value-param.AllowedTypes - key: modernize-use-auto.MinTypeNameLength
value: '' value: "5"
- key: misc-definitions-in-headers.UseHeaderFileExtension - key: modernize-use-auto.RemoveStars
value: 'true' value: "false"
- key: misc-throw-by-value-catch-by-reference.MaxSize - key: modernize-use-bool-literals.IgnoreMacros
value: '-1' value: "true"
- key: modernize-use-noexcept.UseNoexceptFalse - key: modernize-use-default-member-init.IgnoreMacros
value: 'true' value: "true"
- key: google-readability-namespace-comments.SpacesBeforeComments - key: modernize-use-default-member-init.UseAssignment
value: '2' value: "false"
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic - key: modernize-use-emplace.ContainersWithPushBack
value: 'true' value: "::std::vector;::std::list;::std::deque"
- key: bugprone-argument-comment.IgnoreSingleArgument - key: modernize-use-emplace.IgnoreImplicitConstructors
value: '0' value: "false"
- key: bugprone-narrowing-conversions.WarnOnEquivalentBitWidth - key: modernize-use-emplace.SmartPointers
value: 'true' value: "::std::shared_ptr;::std::unique_ptr;::std::auto_ptr;::std::weak_ptr"
- key: bugprone-sizeof-expression.WarnOnSizeOfIntegerExpression - key: modernize-use-emplace.TupleMakeFunctions
value: 'false' value: "::std::make_pair;::std::make_tuple"
- key: performance-faster-string-find.StringLikeClasses - key: modernize-use-emplace.TupleTypes
value: '::std::basic_string;::std::basic_string_view' value: "::std::pair;::std::tuple"
- key: bugprone-assert-side-effect.CheckFunctionCalls - key: modernize-use-equals-default.IgnoreMacros
value: 'false' value: "true"
- key: bugprone-narrowing-conversions.IgnoreConversionFromTypes - key: modernize-use-equals-delete.IgnoreMacros
value: '' value: "true"
- key: bugprone-string-constructor.StringNames - key: modernize-use-nodiscard.ReplacementString
value: '::std::basic_string;::std::basic_string_view' value: "[[nodiscard]]"
- key: bugprone-assert-side-effect.AssertMacros - key: modernize-use-noexcept.ReplacementString
value: assert,NSAssert,NSCAssert value: ""
- key: bugprone-exception-escape.IgnoredExceptions - key: modernize-use-noexcept.UseNoexceptFalse
value: '' value: "true"
- key: bugprone-signed-char-misuse.DiagnoseSignedUnsignedCharComparisons - key: modernize-use-nullptr.NullMacros
value: 'true' value: "NULL"
- key: modernize-use-default-member-init.IgnoreMacros - key: modernize-use-override.AllowOverrideAndFinal
value: 'true' value: "false"
- key: llvm-qualified-auto.AddConstToQualified - key: modernize-use-override.FinalSpelling
value: 'false' value: final
- key: google-readability-function-size.StatementThreshold - key: modernize-use-override.IgnoreDestructors
value: '800' value: "false"
- key: llvm-else-after-return.WarnOnConditionVariables - key: modernize-use-override.OverrideSpelling
value: 'false' value: override
- key: bugprone-sizeof-expression.WarnOnSizeOfCompareToConstant - key: modernize-use-transparent-functors.SafeMode
value: 'true' value: "false"
- key: bugprone-reserved-identifier.AggressiveDependentMemberLookup - key: modernize-use-using.IgnoreMacros
value: 'false' value: "true"
- key: modernize-raw-string-literal.DelimiterStem - key: performance-faster-string-find.StringLikeClasses
value: lit value: "::std::basic_string;::std::basic_string_view"
- key: modernize-use-equals-default.IgnoreMacros - key: performance-for-range-copy.AllowedTypes
value: 'true' value: ""
- key: misc-throw-by-value-catch-by-reference.WarnOnLargeObjects - key: performance-for-range-copy.WarnOnAllAutoCopies
value: 'false' value: "false"
- key: modernize-raw-string-literal.ReplaceShorterLiterals - key: performance-inefficient-string-concatenation.StrictMode
value: 'false' value: "false"
- key: modernize-use-emplace.SmartPointers - key: performance-inefficient-vector-operation.EnableProto
value: '::std::shared_ptr;::std::unique_ptr;::std::auto_ptr;::std::weak_ptr' value: "false"
- key: performance-inefficient-vector-operation.VectorLikeClasses - key: performance-inefficient-vector-operation.VectorLikeClasses
value: '::std::vector' value: "::std::vector"
- key: modernize-use-auto.RemoveStars - key: performance-move-const-arg.CheckTriviallyCopyableMove
value: 'false' value: "true"
- key: bugprone-dangling-handle.HandleClasses - key: performance-no-automatic-move.AllowedTypes
value: 'std::basic_string_view;std::experimental::basic_string_view' value: ""
- key: bugprone-implicit-widening-of-multiplication-result.IncludeStyle - key: performance-type-promotion-in-math-fn.IncludeStyle
value: llvm value: llvm
- key: performance-unnecessary-value-param.IncludeStyle - key: performance-unnecessary-copy-initialization.AllowedTypes
value: llvm value: ""
- key: misc-unused-parameters.StrictMode - key: performance-unnecessary-copy-initialization.ExcludedContainerTypes
value: 'false' value: ""
- key: modernize-replace-disallow-copy-and-assign-macro.MacroName - key: performance-unnecessary-value-param.AllowedTypes
value: DISALLOW_COPY_AND_ASSIGN value: ""
- key: llvm-else-after-return.WarnOnUnfixable - key: performance-unnecessary-value-param.IncludeStyle
value: 'false' value: llvm
...