|
1837 | 1837 | "android-cloexec-pipe2", |
1838 | 1838 | "android-cloexec-socket", |
1839 | 1839 | "android-comparison-in-temp-failure-retry", |
| 1840 | + "boost-use-*", |
| 1841 | + "boost-use-ranges", |
1840 | 1842 | "boost-use-to-string", |
1841 | 1843 | "bugprone-*", |
1842 | 1844 | "bugprone-argument-comment", |
|
1884 | 1886 | "bugprone-not-null-terminated-result", |
1885 | 1887 | "bugprone-optional-value-conversion", |
1886 | 1888 | "bugprone-parent-virtual-call", |
| 1889 | + "bugprone-pointer-arithmetic-on-polymorphic-object", |
1887 | 1890 | "bugprone-posix-return", |
1888 | 1891 | "bugprone-redundant-branch-condition", |
1889 | 1892 | "bugprone-reserved-identifier", |
| 1893 | + "bugprone-return-const-ref-from-parameter", |
1890 | 1894 | "bugprone-shared-ptr-array-mismatch", |
1891 | 1895 | "bugprone-signal-handler", |
1892 | 1896 | "bugprone-signed-char-misuse", |
|
1933 | 1937 | "cert-con*", |
1934 | 1938 | "cert-con36-c", |
1935 | 1939 | "cert-con54-cpp", |
| 1940 | + "cert-ctr56-cpp", |
1936 | 1941 | "cert-dcl*", |
1937 | 1942 | "cert-dcl03-c", |
1938 | 1943 | "cert-dcl16-c", |
1939 | | - "cert-dcl21-cpp", |
1940 | 1944 | "cert-dcl37-c", |
1941 | 1945 | "cert-dcl50-cpp", |
1942 | 1946 | "cert-dcl51-cpp", |
|
1957 | 1961 | "cert-flp*", |
1958 | 1962 | "cert-flp30-c", |
1959 | 1963 | "cert-flp37-c", |
| 1964 | + "cert-int09-c", |
1960 | 1965 | "cert-mem57-cpp", |
1961 | 1966 | "cert-msc*", |
1962 | 1967 | "cert-msc30-c", |
|
1994 | 1999 | "clang-analyzer-core.uninitialized.UndefReturn", |
1995 | 2000 | "clang-analyzer-core.VLASize", |
1996 | 2001 | "clang-analyzer-cplusplus.*", |
| 2002 | + "clang-analyzer-cplusplus.ArrayDelete", |
1997 | 2003 | "clang-analyzer-cplusplus.InnerPointer", |
1998 | 2004 | "clang-analyzer-cplusplus.Move", |
1999 | 2005 | "clang-analyzer-cplusplus.NewDelete", |
|
2024 | 2030 | "clang-analyzer-optin.performance.GCDAntipattern", |
2025 | 2031 | "clang-analyzer-optin.performance.Padding", |
2026 | 2032 | "clang-analyzer-optin.portability.UnixAPI", |
| 2033 | + "clang-analyzer-optin.taint.TaintedAlloc", |
2027 | 2034 | "clang-analyzer-osx.*", |
2028 | 2035 | "clang-analyzer-osx.API", |
2029 | 2036 | "clang-analyzer-osx.cocoa.*", |
|
2075 | 2082 | "clang-analyzer-security.insecureAPI.strcpy", |
2076 | 2083 | "clang-analyzer-security.insecureAPI.UncheckedReturn", |
2077 | 2084 | "clang-analyzer-security.insecureAPI.vfork", |
| 2085 | + "clang-analyzer-security.PutenvStackArray", |
| 2086 | + "clang-analyzer-security.SetgidSetuidOrder", |
2078 | 2087 | "clang-analyzer-unix.*", |
2079 | 2088 | "clang-analyzer-unix.API", |
| 2089 | + "clang-analyzer-unix.BlockInCriticalSection", |
2080 | 2090 | "clang-analyzer-unix.cstring.*", |
2081 | 2091 | "clang-analyzer-unix.cstring.BadSizeArg", |
2082 | 2092 | "clang-analyzer-unix.cstring.NullArg", |
|
2085 | 2095 | "clang-analyzer-unix.MallocSizeof", |
2086 | 2096 | "clang-analyzer-unix.MismatchedDeallocator", |
2087 | 2097 | "clang-analyzer-unix.StdCLibraryFunctions", |
| 2098 | + "clang-analyzer-unix.Stream", |
2088 | 2099 | "clang-analyzer-unix.Vfork", |
2089 | 2100 | "clang-analyzer-valist.*", |
2090 | 2101 | "clang-analyzer-valist.CopyToSelf", |
|
2216 | 2227 | "hicpp-use-nullptr", |
2217 | 2228 | "hicpp-use-override", |
2218 | 2229 | "hicpp-vararg", |
2219 | | - "linuxkernel-must-use-errs", |
| 2230 | + "linuxkernel-must-check-errs", |
2220 | 2231 | "llvm-*", |
2221 | 2232 | "llvm-else-after-return", |
2222 | 2233 | "llvm-header-guard", |
|
2257 | 2268 | "misc-unused-alias-decls", |
2258 | 2269 | "misc-unused-parameters", |
2259 | 2270 | "misc-unused-using-decls", |
| 2271 | + "misc-use-*", |
2260 | 2272 | "misc-use-anonymous-namespace", |
| 2273 | + "misc-use-internal-linkage", |
2261 | 2274 | "modernize-*", |
2262 | 2275 | "modernize-avoid-*", |
2263 | 2276 | "modernize-avoid-bind", |
|
2271 | 2284 | "modernize-make-*", |
2272 | 2285 | "modernize-make-shared", |
2273 | 2286 | "modernize-make-unique", |
| 2287 | + "modernize-min-max-use-initializer-list", |
2274 | 2288 | "modernize-pass-by-value", |
2275 | 2289 | "modernize-raw-string-literal", |
2276 | 2290 | "modernize-redundant-void-arg", |
|
2297 | 2311 | "modernize-use-noexcept", |
2298 | 2312 | "modernize-use-nullptr", |
2299 | 2313 | "modernize-use-override", |
| 2314 | + "modernize-use-ranges", |
2300 | 2315 | "modernize-use-starts-ends-with", |
2301 | 2316 | "modernize-use-std-*", |
| 2317 | + "modernize-use-std-format", |
2302 | 2318 | "modernize-use-std-numbers", |
2303 | 2319 | "modernize-use-std-print", |
2304 | 2320 | "modernize-use-trailing-return-type", |
|
2366 | 2382 | "readability-delete-null-pointer", |
2367 | 2383 | "readability-duplicate-include", |
2368 | 2384 | "readability-else-after-return", |
| 2385 | + "readability-enum-initial-value", |
2369 | 2386 | "readability-function-*", |
2370 | 2387 | "readability-function-cognitive-complexity", |
2371 | 2388 | "readability-function-size", |
|
2377 | 2394 | "readability-isolate-declaration", |
2378 | 2395 | "readability-magic-numbers", |
2379 | 2396 | "readability-make-member-function-const", |
| 2397 | + "readability-math-missing-parentheses", |
2380 | 2398 | "readability-misleading-indentation", |
2381 | 2399 | "readability-misplaced-array-index", |
2382 | 2400 | "readability-named-parameter", |
|
2473 | 2491 | "android-cloexec-pipe2", |
2474 | 2492 | "android-cloexec-socket", |
2475 | 2493 | "android-comparison-in-temp-failure-retry", |
| 2494 | + "boost-use-*", |
| 2495 | + "boost-use-ranges", |
2476 | 2496 | "boost-use-to-string", |
2477 | 2497 | "bugprone-*", |
2478 | 2498 | "bugprone-argument-comment", |
|
2520 | 2540 | "bugprone-not-null-terminated-result", |
2521 | 2541 | "bugprone-optional-value-conversion", |
2522 | 2542 | "bugprone-parent-virtual-call", |
| 2543 | + "bugprone-pointer-arithmetic-on-polymorphic-object", |
2523 | 2544 | "bugprone-posix-return", |
2524 | 2545 | "bugprone-redundant-branch-condition", |
2525 | 2546 | "bugprone-reserved-identifier", |
| 2547 | + "bugprone-return-const-ref-from-parameter", |
2526 | 2548 | "bugprone-shared-ptr-array-mismatch", |
2527 | 2549 | "bugprone-signal-handler", |
2528 | 2550 | "bugprone-signed-char-misuse", |
|
2569 | 2591 | "cert-con*", |
2570 | 2592 | "cert-con36-c", |
2571 | 2593 | "cert-con54-cpp", |
| 2594 | + "cert-ctr56-cpp", |
2572 | 2595 | "cert-dcl*", |
2573 | 2596 | "cert-dcl03-c", |
2574 | 2597 | "cert-dcl16-c", |
2575 | | - "cert-dcl21-cpp", |
2576 | 2598 | "cert-dcl37-c", |
2577 | 2599 | "cert-dcl50-cpp", |
2578 | 2600 | "cert-dcl51-cpp", |
|
2593 | 2615 | "cert-flp*", |
2594 | 2616 | "cert-flp30-c", |
2595 | 2617 | "cert-flp37-c", |
| 2618 | + "cert-int09-c", |
2596 | 2619 | "cert-mem57-cpp", |
2597 | 2620 | "cert-msc*", |
2598 | 2621 | "cert-msc30-c", |
|
2630 | 2653 | "clang-analyzer-core.uninitialized.UndefReturn", |
2631 | 2654 | "clang-analyzer-core.VLASize", |
2632 | 2655 | "clang-analyzer-cplusplus.*", |
| 2656 | + "clang-analyzer-cplusplus.ArrayDelete", |
2633 | 2657 | "clang-analyzer-cplusplus.InnerPointer", |
2634 | 2658 | "clang-analyzer-cplusplus.Move", |
2635 | 2659 | "clang-analyzer-cplusplus.NewDelete", |
|
2660 | 2684 | "clang-analyzer-optin.performance.GCDAntipattern", |
2661 | 2685 | "clang-analyzer-optin.performance.Padding", |
2662 | 2686 | "clang-analyzer-optin.portability.UnixAPI", |
| 2687 | + "clang-analyzer-optin.taint.TaintedAlloc", |
2663 | 2688 | "clang-analyzer-osx.*", |
2664 | 2689 | "clang-analyzer-osx.API", |
2665 | 2690 | "clang-analyzer-osx.cocoa.*", |
|
2711 | 2736 | "clang-analyzer-security.insecureAPI.strcpy", |
2712 | 2737 | "clang-analyzer-security.insecureAPI.UncheckedReturn", |
2713 | 2738 | "clang-analyzer-security.insecureAPI.vfork", |
| 2739 | + "clang-analyzer-security.PutenvStackArray", |
| 2740 | + "clang-analyzer-security.SetgidSetuidOrder", |
2714 | 2741 | "clang-analyzer-unix.*", |
2715 | 2742 | "clang-analyzer-unix.API", |
| 2743 | + "clang-analyzer-unix.BlockInCriticalSection", |
2716 | 2744 | "clang-analyzer-unix.cstring.*", |
2717 | 2745 | "clang-analyzer-unix.cstring.BadSizeArg", |
2718 | 2746 | "clang-analyzer-unix.cstring.NullArg", |
|
2721 | 2749 | "clang-analyzer-unix.MallocSizeof", |
2722 | 2750 | "clang-analyzer-unix.MismatchedDeallocator", |
2723 | 2751 | "clang-analyzer-unix.StdCLibraryFunctions", |
| 2752 | + "clang-analyzer-unix.Stream", |
2724 | 2753 | "clang-analyzer-unix.Vfork", |
2725 | 2754 | "clang-analyzer-valist.*", |
2726 | 2755 | "clang-analyzer-valist.CopyToSelf", |
|
2852 | 2881 | "hicpp-use-nullptr", |
2853 | 2882 | "hicpp-use-override", |
2854 | 2883 | "hicpp-vararg", |
2855 | | - "linuxkernel-must-use-errs", |
| 2884 | + "linuxkernel-must-check-errs", |
2856 | 2885 | "llvm-*", |
2857 | 2886 | "llvm-else-after-return", |
2858 | 2887 | "llvm-header-guard", |
|
2893 | 2922 | "misc-unused-alias-decls", |
2894 | 2923 | "misc-unused-parameters", |
2895 | 2924 | "misc-unused-using-decls", |
| 2925 | + "misc-use-*", |
2896 | 2926 | "misc-use-anonymous-namespace", |
| 2927 | + "misc-use-internal-linkage", |
2897 | 2928 | "modernize-*", |
2898 | 2929 | "modernize-avoid-*", |
2899 | 2930 | "modernize-avoid-bind", |
|
2907 | 2938 | "modernize-make-*", |
2908 | 2939 | "modernize-make-shared", |
2909 | 2940 | "modernize-make-unique", |
| 2941 | + "modernize-min-max-use-initializer-list", |
2910 | 2942 | "modernize-pass-by-value", |
2911 | 2943 | "modernize-raw-string-literal", |
2912 | 2944 | "modernize-redundant-void-arg", |
|
2933 | 2965 | "modernize-use-noexcept", |
2934 | 2966 | "modernize-use-nullptr", |
2935 | 2967 | "modernize-use-override", |
| 2968 | + "modernize-use-ranges", |
2936 | 2969 | "modernize-use-starts-ends-with", |
2937 | 2970 | "modernize-use-std-*", |
| 2971 | + "modernize-use-std-format", |
2938 | 2972 | "modernize-use-std-numbers", |
2939 | 2973 | "modernize-use-std-print", |
2940 | 2974 | "modernize-use-trailing-return-type", |
|
3002 | 3036 | "readability-delete-null-pointer", |
3003 | 3037 | "readability-duplicate-include", |
3004 | 3038 | "readability-else-after-return", |
| 3039 | + "readability-enum-initial-value", |
3005 | 3040 | "readability-function-*", |
3006 | 3041 | "readability-function-cognitive-complexity", |
3007 | 3042 | "readability-function-size", |
|
3013 | 3048 | "readability-isolate-declaration", |
3014 | 3049 | "readability-magic-numbers", |
3015 | 3050 | "readability-make-member-function-const", |
| 3051 | + "readability-math-missing-parentheses", |
3016 | 3052 | "readability-misleading-indentation", |
3017 | 3053 | "readability-misplaced-array-index", |
3018 | 3054 | "readability-named-parameter", |
|
0 commit comments