|
1993 | 1993 | "abseil-time-*", |
1994 | 1994 | "abseil-time-comparison", |
1995 | 1995 | "abseil-time-subtraction", |
| 1996 | + "abseil-unchecked-statusor-access", |
1996 | 1997 | "abseil-upgrade-duration-conversions", |
1997 | 1998 | "altera-*", |
1998 | 1999 | "altera-id-dependent-backward-branch", |
|
2033 | 2034 | "bugprone-capturing-this-in-member-variable", |
2034 | 2035 | "bugprone-casting-through-void", |
2035 | 2036 | "bugprone-chained-comparison", |
| 2037 | + "bugprone-command-processor", |
2036 | 2038 | "bugprone-compare-pointer-to-member-virtual-function", |
| 2039 | + "bugprone-copy-constructor-*", |
2037 | 2040 | "bugprone-copy-constructor-init", |
| 2041 | + "bugprone-copy-constructor-mutates-argument", |
2038 | 2042 | "bugprone-crtp-constructor-accessibility", |
2039 | 2043 | "bugprone-dangling-handle", |
| 2044 | + "bugprone-default-operator-new-on-overaligned-type", |
| 2045 | + "bugprone-derived-method-shadowing-base-method", |
2040 | 2046 | "bugprone-dynamic-static-initializers", |
2041 | 2047 | "bugprone-easily-swappable-parameters", |
2042 | 2048 | "bugprone-empty-catch", |
| 2049 | + "bugprone-exception-*", |
2043 | 2050 | "bugprone-exception-escape", |
| 2051 | + "bugprone-exception-copy-constructor-throws", |
| 2052 | + "bugprone-float-loop-counter", |
2044 | 2053 | "bugprone-fold-init-type", |
2045 | 2054 | "bugprone-forward-declaration-namespace", |
2046 | 2055 | "bugprone-forwarding-reference-overload", |
|
2053 | 2062 | "bugprone-incorrect-roundings", |
2054 | 2063 | "bugprone-infinite-loop", |
2055 | 2064 | "bugprone-integer-division", |
| 2065 | + "bugprone-invalid-enum-default-initialization", |
2056 | 2066 | "bugprone-lambda-function-name", |
2057 | 2067 | "bugprone-macro-parentheses", |
2058 | 2068 | "bugprone-macro-repeated-side-effects", |
|
2075 | 2085 | "bugprone-parent-virtual-call", |
2076 | 2086 | "bugprone-pointer-arithmetic-on-polymorphic-object", |
2077 | 2087 | "bugprone-posix-return", |
| 2088 | + "bugprone-random-generator-seed", |
| 2089 | + "bugprone-raw-memory-call-on-non-trivial-type", |
2078 | 2090 | "bugprone-redundant-branch-condition", |
2079 | 2091 | "bugprone-reserved-identifier", |
2080 | 2092 | "bugprone-return-const-ref-from-parameter", |
|
2086 | 2098 | "bugprone-sizeof-expression", |
2087 | 2099 | "bugprone-spuriously-wake-up-functions", |
2088 | 2100 | "bugprone-standalone-empty", |
| 2101 | + "bugprone-std-namespace-modification", |
2089 | 2102 | "bugprone-string-*", |
2090 | 2103 | "bugprone-string-constructor", |
2091 | 2104 | "bugprone-string-integer-assignment", |
|
2106 | 2119 | "bugprone-tagged-union-member-count", |
2107 | 2120 | "bugprone-terminating-continue", |
2108 | 2121 | "bugprone-throw-keyword-missing", |
| 2122 | + "bugprone-throwing-static-initialization", |
2109 | 2123 | "bugprone-too-small-loop-variable", |
| 2124 | + "bugprone-unchecked-*", |
2110 | 2125 | "bugprone-unchecked-optional-access", |
| 2126 | + "bugprone-unchecked-string-to-number-conversion", |
2111 | 2127 | "bugprone-undefined-memory-manipulation", |
2112 | 2128 | "bugprone-undelegated-constructor", |
2113 | 2129 | "bugprone-unhandled-*", |
|
2327 | 2343 | "cppcoreguidelines-prefer-member-initializer", |
2328 | 2344 | "cppcoreguidelines-pro-bounds-*", |
2329 | 2345 | "cppcoreguidelines-pro-bounds-array-to-pointer-decay", |
| 2346 | + "cppcoreguidelines-pro-bounds-avoid-unchecked-container-access", |
2330 | 2347 | "cppcoreguidelines-pro-bounds-constant-array-index", |
2331 | 2348 | "cppcoreguidelines-pro-bounds-pointer-arithmetic", |
2332 | 2349 | "cppcoreguidelines-pro-type-*", |
|
2355 | 2372 | "fuchsia-multiple-inheritance", |
2356 | 2373 | "fuchsia-overloaded-operator", |
2357 | 2374 | "fuchsia-statically-constructed-objects", |
| 2375 | + "fuchsia-temporary-objects", |
2358 | 2376 | "fuchsia-trailing-return", |
2359 | 2377 | "fuchsia-virtual-inheritance", |
2360 | 2378 | "google-*", |
|
2379 | 2397 | "google-readability-namespace-comments", |
2380 | 2398 | "google-readability-todo", |
2381 | 2399 | "google-runtime-*", |
| 2400 | + "google-runtime-float", |
2382 | 2401 | "google-runtime-int", |
2383 | 2402 | "google-runtime-operator", |
2384 | 2403 | "google-upgrade-googletest-case", |
|
2430 | 2449 | "llvm-prefer-static-over-anonymous-namespace", |
2431 | 2450 | "llvm-qualified-auto", |
2432 | 2451 | "llvm-twine-local", |
| 2452 | + "llvm-use-*", |
| 2453 | + "llvm-use-new-mlir-op-builder", |
| 2454 | + "llvm-use-ranges", |
2433 | 2455 | "llvmlibc-*", |
2434 | 2456 | "llvmlibc-callee-namespace", |
2435 | 2457 | "llvmlibc-implementation-in-namespace", |
2436 | 2458 | "llvmlibc-inline-function-decl", |
2437 | 2459 | "llvmlibc-restrict-system-libc-headers", |
2438 | 2460 | "misc-*", |
| 2461 | + "misc-anonymous-namespace-in-header", |
2439 | 2462 | "misc-confusable-identifiers", |
2440 | 2463 | "misc-const-correctness", |
2441 | 2464 | "misc-coroutine-hostile-raii", |
|
2446 | 2469 | "misc-misleading-bidirectional", |
2447 | 2470 | "misc-misleading-identifier", |
2448 | 2471 | "misc-misplaced-const", |
| 2472 | + "misc-multiple-inheritance", |
2449 | 2473 | "misc-new-delete-overloads", |
2450 | 2474 | "misc-no-recursion", |
2451 | 2475 | "misc-non-*", |
2452 | 2476 | "misc-non-copyable-objects", |
2453 | 2477 | "misc-non-private-member-variables-in-classes", |
| 2478 | + "misc-override-with-different-visibility", |
| 2479 | + "misc-predictable-rand", |
2454 | 2480 | "misc-redundant-expression", |
2455 | 2481 | "misc-static-assert", |
2456 | 2482 | "misc-throw-by-value-catch-by-reference", |
|
2466 | 2492 | "modernize-*", |
2467 | 2493 | "modernize-avoid-*", |
2468 | 2494 | "modernize-avoid-bind", |
| 2495 | + "modernize-avoid-c-*", |
2469 | 2496 | "modernize-avoid-c-arrays", |
| 2497 | + "modernize-avoid-c-style-cast", |
| 2498 | + "modernize-avoid-setjmp-longjmp", |
| 2499 | + "modernize-avoid-variadic-functions", |
2470 | 2500 | "modernize-concat-nested-namespaces", |
2471 | 2501 | "modernize-deprecated-*", |
2472 | 2502 | "modernize-deprecated-headers", |
|
2587 | 2617 | "readability-identifier-length", |
2588 | 2618 | "readability-identifier-naming", |
2589 | 2619 | "readability-implicit-bool-conversion", |
| 2620 | + "readability-inconsistent-*", |
2590 | 2621 | "readability-inconsistent-declaration-parameter-name", |
| 2622 | + "readability-inconsistent-ifelse-braces", |
2591 | 2623 | "readability-isolate-declaration", |
2592 | 2624 | "readability-magic-numbers", |
2593 | 2625 | "readability-make-member-function-const", |
|
2606 | 2638 | "readability-redundant-function-ptr-dereference", |
2607 | 2639 | "readability-redundant-inline-specifier", |
2608 | 2640 | "readability-redundant-member-init", |
| 2641 | + "readability-redundant-parentheses", |
2609 | 2642 | "readability-redundant-preprocessor", |
2610 | 2643 | "readability-redundant-smartptr-get", |
2611 | 2644 | "readability-redundant-string-*", |
2612 | 2645 | "readability-redundant-string-cstr", |
2613 | 2646 | "readability-redundant-string-init", |
| 2647 | + "readability-redundant-typename", |
2614 | 2648 | "readability-reference-to-constructed-temporary", |
2615 | 2649 | "readability-simplify-*", |
2616 | 2650 | "readability-simplify-boolean-expr", |
|
2663 | 2697 | "abseil-time-*", |
2664 | 2698 | "abseil-time-comparison", |
2665 | 2699 | "abseil-time-subtraction", |
| 2700 | + "abseil-unchecked-statusor-access", |
2666 | 2701 | "abseil-upgrade-duration-conversions", |
2667 | 2702 | "altera-*", |
2668 | 2703 | "altera-id-dependent-backward-branch", |
|
2703 | 2738 | "bugprone-capturing-this-in-member-variable", |
2704 | 2739 | "bugprone-casting-through-void", |
2705 | 2740 | "bugprone-chained-comparison", |
| 2741 | + "bugprone-command-processor", |
2706 | 2742 | "bugprone-compare-pointer-to-member-virtual-function", |
| 2743 | + "bugprone-copy-constructor-*", |
2707 | 2744 | "bugprone-copy-constructor-init", |
| 2745 | + "bugprone-copy-constructor-mutates-argument", |
2708 | 2746 | "bugprone-crtp-constructor-accessibility", |
2709 | 2747 | "bugprone-dangling-handle", |
| 2748 | + "bugprone-default-operator-new-on-overaligned-type", |
| 2749 | + "bugprone-derived-method-shadowing-base-method", |
2710 | 2750 | "bugprone-dynamic-static-initializers", |
2711 | 2751 | "bugprone-easily-swappable-parameters", |
2712 | 2752 | "bugprone-empty-catch", |
| 2753 | + "bugprone-exception-*", |
2713 | 2754 | "bugprone-exception-escape", |
| 2755 | + "bugprone-exception-copy-constructor-throws", |
| 2756 | + "bugprone-float-loop-counter", |
2714 | 2757 | "bugprone-fold-init-type", |
2715 | 2758 | "bugprone-forward-declaration-namespace", |
2716 | 2759 | "bugprone-forwarding-reference-overload", |
|
2723 | 2766 | "bugprone-incorrect-roundings", |
2724 | 2767 | "bugprone-infinite-loop", |
2725 | 2768 | "bugprone-integer-division", |
| 2769 | + "bugprone-invalid-enum-default-initialization", |
2726 | 2770 | "bugprone-lambda-function-name", |
2727 | 2771 | "bugprone-macro-parentheses", |
2728 | 2772 | "bugprone-macro-repeated-side-effects", |
|
2745 | 2789 | "bugprone-parent-virtual-call", |
2746 | 2790 | "bugprone-pointer-arithmetic-on-polymorphic-object", |
2747 | 2791 | "bugprone-posix-return", |
| 2792 | + "bugprone-random-generator-seed", |
| 2793 | + "bugprone-raw-memory-call-on-non-trivial-type", |
2748 | 2794 | "bugprone-redundant-branch-condition", |
2749 | 2795 | "bugprone-reserved-identifier", |
2750 | 2796 | "bugprone-return-const-ref-from-parameter", |
|
2756 | 2802 | "bugprone-sizeof-expression", |
2757 | 2803 | "bugprone-spuriously-wake-up-functions", |
2758 | 2804 | "bugprone-standalone-empty", |
| 2805 | + "bugprone-std-namespace-modification", |
2759 | 2806 | "bugprone-string-*", |
2760 | 2807 | "bugprone-string-constructor", |
2761 | 2808 | "bugprone-string-integer-assignment", |
|
2776 | 2823 | "bugprone-tagged-union-member-count", |
2777 | 2824 | "bugprone-terminating-continue", |
2778 | 2825 | "bugprone-throw-keyword-missing", |
| 2826 | + "bugprone-throwing-static-initialization", |
2779 | 2827 | "bugprone-too-small-loop-variable", |
| 2828 | + "bugprone-unchecked-*", |
2780 | 2829 | "bugprone-unchecked-optional-access", |
| 2830 | + "bugprone-unchecked-string-to-number-conversion", |
2781 | 2831 | "bugprone-undefined-memory-manipulation", |
2782 | 2832 | "bugprone-undelegated-constructor", |
2783 | 2833 | "bugprone-unhandled-*", |
|
2997 | 3047 | "cppcoreguidelines-prefer-member-initializer", |
2998 | 3048 | "cppcoreguidelines-pro-bounds-*", |
2999 | 3049 | "cppcoreguidelines-pro-bounds-array-to-pointer-decay", |
| 3050 | + "cppcoreguidelines-pro-bounds-avoid-unchecked-container-access", |
3000 | 3051 | "cppcoreguidelines-pro-bounds-constant-array-index", |
3001 | 3052 | "cppcoreguidelines-pro-bounds-pointer-arithmetic", |
3002 | 3053 | "cppcoreguidelines-pro-type-*", |
|
3025 | 3076 | "fuchsia-multiple-inheritance", |
3026 | 3077 | "fuchsia-overloaded-operator", |
3027 | 3078 | "fuchsia-statically-constructed-objects", |
| 3079 | + "fuchsia-temporary-objects", |
3028 | 3080 | "fuchsia-trailing-return", |
3029 | 3081 | "fuchsia-virtual-inheritance", |
3030 | 3082 | "google-*", |
|
3049 | 3101 | "google-readability-namespace-comments", |
3050 | 3102 | "google-readability-todo", |
3051 | 3103 | "google-runtime-*", |
| 3104 | + "google-runtime-float", |
3052 | 3105 | "google-runtime-int", |
3053 | 3106 | "google-runtime-operator", |
3054 | 3107 | "google-upgrade-googletest-case", |
|
3100 | 3153 | "llvm-prefer-static-over-anonymous-namespace", |
3101 | 3154 | "llvm-qualified-auto", |
3102 | 3155 | "llvm-twine-local", |
| 3156 | + "llvm-use-*", |
| 3157 | + "llvm-use-new-mlir-op-builder", |
| 3158 | + "llvm-use-ranges", |
3103 | 3159 | "llvmlibc-*", |
3104 | 3160 | "llvmlibc-callee-namespace", |
3105 | 3161 | "llvmlibc-implementation-in-namespace", |
3106 | 3162 | "llvmlibc-inline-function-decl", |
3107 | 3163 | "llvmlibc-restrict-system-libc-headers", |
3108 | 3164 | "misc-*", |
| 3165 | + "misc-anonymous-namespace-in-header", |
3109 | 3166 | "misc-confusable-identifiers", |
3110 | 3167 | "misc-const-correctness", |
3111 | 3168 | "misc-coroutine-hostile-raii", |
|
3116 | 3173 | "misc-misleading-bidirectional", |
3117 | 3174 | "misc-misleading-identifier", |
3118 | 3175 | "misc-misplaced-const", |
| 3176 | + "misc-multiple-inheritance", |
3119 | 3177 | "misc-new-delete-overloads", |
3120 | 3178 | "misc-no-recursion", |
3121 | 3179 | "misc-non-*", |
3122 | 3180 | "misc-non-copyable-objects", |
3123 | 3181 | "misc-non-private-member-variables-in-classes", |
| 3182 | + "misc-override-with-different-visibility", |
| 3183 | + "misc-predictable-rand", |
3124 | 3184 | "misc-redundant-expression", |
3125 | 3185 | "misc-static-assert", |
3126 | 3186 | "misc-throw-by-value-catch-by-reference", |
|
3136 | 3196 | "modernize-*", |
3137 | 3197 | "modernize-avoid-*", |
3138 | 3198 | "modernize-avoid-bind", |
| 3199 | + "modernize-avoid-c-*", |
3139 | 3200 | "modernize-avoid-c-arrays", |
| 3201 | + "modernize-avoid-c-style-cast", |
| 3202 | + "modernize-avoid-setjmp-longjmp", |
| 3203 | + "modernize-avoid-variadic-functions", |
3140 | 3204 | "modernize-concat-nested-namespaces", |
3141 | 3205 | "modernize-deprecated-*", |
3142 | 3206 | "modernize-deprecated-headers", |
|
3257 | 3321 | "readability-identifier-length", |
3258 | 3322 | "readability-identifier-naming", |
3259 | 3323 | "readability-implicit-bool-conversion", |
| 3324 | + "readability-inconsistent-*", |
3260 | 3325 | "readability-inconsistent-declaration-parameter-name", |
| 3326 | + "readability-inconsistent-ifelse-braces", |
3261 | 3327 | "readability-isolate-declaration", |
3262 | 3328 | "readability-magic-numbers", |
3263 | 3329 | "readability-make-member-function-const", |
|
3276 | 3342 | "readability-redundant-function-ptr-dereference", |
3277 | 3343 | "readability-redundant-inline-specifier", |
3278 | 3344 | "readability-redundant-member-init", |
| 3345 | + "readability-redundant-parentheses", |
3279 | 3346 | "readability-redundant-preprocessor", |
3280 | 3347 | "readability-redundant-smartptr-get", |
3281 | 3348 | "readability-redundant-string-*", |
3282 | 3349 | "readability-redundant-string-cstr", |
3283 | 3350 | "readability-redundant-string-init", |
| 3351 | + "readability-redundant-typename", |
3284 | 3352 | "readability-reference-to-constructed-temporary", |
3285 | 3353 | "readability-simplify-*", |
3286 | 3354 | "readability-simplify-boolean-expr", |
|
0 commit comments