Mercurial > hg > CbC > CbC_llvm
changeset 237:c80f45b162ad llvm-original
add some fix
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:47:54 +0900 |
parents | c4bab56944e8 |
children | 173fe712db74 1f2b6ac9f198 |
files | .clang-tidy .git-blame-ignore-revs .mailmap |
diffstat | 3 files changed, 20 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/.clang-tidy Wed Nov 09 17:45:10 2022 +0900 +++ b/.clang-tidy Wed Nov 09 17:47:54 2022 +0900 @@ -1,4 +1,4 @@ -Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming' +Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-const-correctness,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming' CheckOptions: - key: readability-identifier-naming.ClassCase value: CamelCase @@ -6,6 +6,10 @@ value: CamelCase - key: readability-identifier-naming.FunctionCase value: camelBack + # Exclude from scanning as this is an exported symbol used for fuzzing + # throughout the code base. + - key: readability-identifier-naming.FunctionIgnoredRegexp + value: "LLVMFuzzerTestOneInput" - key: readability-identifier-naming.MemberCase value: CamelCase - key: readability-identifier-naming.ParameterCase @@ -16,4 +20,7 @@ value: CamelCase - key: readability-identifier-naming.IgnoreMainLikeFunctions value: 1 - + - key: readability-redundant-member-init.IgnoreBaseInCopyConstructors + value: 1 + - key: modernize-use-default-member-init.UseAssignment + value: 1
--- a/.git-blame-ignore-revs Wed Nov 09 17:45:10 2022 +0900 +++ b/.git-blame-ignore-revs Wed Nov 09 17:47:54 2022 +0900 @@ -43,3 +43,6 @@ # Use C++11 default member initializers in LLDB. NFC. 9494c510af56d9c8593ab69017dcaa232210b235 + +# [libc++][NFC] clang-format <__config> +ac251726f84d5b7e6533a2e3712920184435b61b
--- a/.mailmap Wed Nov 09 17:45:10 2022 +0900 +++ b/.mailmap Wed Nov 09 17:47:54 2022 +0900 @@ -16,7 +16,7 @@ # Combinations of both are possible too, see # https://git-scm.com/docs/gitmailmap for format details. # -# You can commit changes for your own names and email addresses without review. +# You can commit changes for your own names and email addresses without review. # If you want to add entries for other people, please have them review the # addition. # @@ -24,12 +24,15 @@ <compnerd@compnerd.org> <abdulras@fb.com> <compnerd@compnerd.org> <abdulras@google.com> +<git@xen0n.name> <xen0n@gentoo.org> +<hans@hanshq.net> <hans@chromium.org> <i@maskray.me> <maskray@google.com> +<JCTremoulet@gmail.com> <jotrem@microsoft.com> <qiucofan@cn.ibm.com> <qiucf@cn.ibm.com> <rnk@google.com> <reid@kleckner.net> <thakis@chromium.org> <nicolasweber@gmx.de> -Jon Roelofs <jonathan_roelofs@apple.com> Jon Roelofs <jroelofs@jroelofs.com> -Jon Roelofs <jonathan_roelofs@apple.com> Jonathan Roelofs <jonathan@codesourcery.com> -Jon Roelofs <jonathan_roelofs@apple.com> Jonathan Roelofs <jroelofs@jroelofs.com> +Jon Roelofs <jonathan_roelofs@apple.com> <jonathan@codesourcery.com> +Jon Roelofs <jonathan_roelofs@apple.com> <jroelofs@jroelofs.com> +LLVM GN Syncbot <llvmgnsyncbot@gmail.com> Martin Storsjö <martin@martin.st> -Saleem Abdulrasool <compnerd@compnerd.org> <compnerd@compnerd.org> +Saleem Abdulrasool <compnerd@compnerd.org>