|
1880 | 1880 | "bugprone-assert-side-effect", |
1881 | 1881 | "bugprone-assignment-in-if-condition", |
1882 | 1882 | "bugprone-bad-signal-to-kill-thread", |
| 1883 | + "bugprone-bitwise-pointer-cast", |
1883 | 1884 | "bugprone-bool-pointer-implicit-conversion", |
1884 | 1885 | "bugprone-branch-clone", |
1885 | 1886 | "bugprone-casting-through-void", |
|
1900 | 1901 | "bugprone-inc-dec-in-conditions", |
1901 | 1902 | "bugprone-incorrect-*", |
1902 | 1903 | "bugprone-incorrect-enable-if", |
| 1904 | + "bugprone-incorrect-enable-shared-from-this", |
1903 | 1905 | "bugprone-incorrect-roundings", |
1904 | 1906 | "bugprone-infinite-loop", |
1905 | 1907 | "bugprone-integer-division", |
|
1918 | 1920 | "bugprone-narrowing-conversions", |
1919 | 1921 | "bugprone-no-escape", |
1920 | 1922 | "bugprone-non-zero-enum-to-bool-conversion", |
| 1923 | + "bugprone-nondeterministic-pointer-iteration-order", |
1921 | 1924 | "bugprone-not-null-terminated-result", |
1922 | 1925 | "bugprone-optional-value-conversion", |
1923 | 1926 | "bugprone-parent-virtual-call", |
|
1951 | 1954 | "bugprone-suspicious-stringview-data-usage", |
1952 | 1955 | "bugprone-swapped-arguments", |
1953 | 1956 | "bugprone-switch-missing-default-case", |
| 1957 | + "bugprone-tagged-union-member-count", |
1954 | 1958 | "bugprone-terminating-continue", |
1955 | 1959 | "bugprone-throw-keyword-missing", |
1956 | 1960 | "bugprone-too-small-loop-variable", |
|
2342 | 2346 | "modernize-use-equals-*", |
2343 | 2347 | "modernize-use-equals-default", |
2344 | 2348 | "modernize-use-equals-delete", |
| 2349 | + "modernize-use-integer-sign-comparison", |
2345 | 2350 | "modernize-use-nodiscard", |
2346 | 2351 | "modernize-use-noexcept", |
2347 | 2352 | "modernize-use-nullptr", |
|
2401 | 2406 | "portability-restrict-system-includes", |
2402 | 2407 | "portability-simd-intrinsics", |
2403 | 2408 | "portability-std-allocator-const", |
| 2409 | + "portability-template-virtual-member-function", |
2404 | 2410 | "readability-*", |
2405 | 2411 | "readability-avoid-*", |
2406 | 2412 | "readability-avoid-const-params-in-decls", |
|
2534 | 2540 | "bugprone-assert-side-effect", |
2535 | 2541 | "bugprone-assignment-in-if-condition", |
2536 | 2542 | "bugprone-bad-signal-to-kill-thread", |
| 2543 | + "bugprone-bitwise-pointer-cast", |
2537 | 2544 | "bugprone-bool-pointer-implicit-conversion", |
2538 | 2545 | "bugprone-branch-clone", |
2539 | 2546 | "bugprone-casting-through-void", |
|
2554 | 2561 | "bugprone-inc-dec-in-conditions", |
2555 | 2562 | "bugprone-incorrect-*", |
2556 | 2563 | "bugprone-incorrect-enable-if", |
| 2564 | + "bugprone-incorrect-enable-shared-from-this", |
2557 | 2565 | "bugprone-incorrect-roundings", |
2558 | 2566 | "bugprone-infinite-loop", |
2559 | 2567 | "bugprone-integer-division", |
|
2572 | 2580 | "bugprone-narrowing-conversions", |
2573 | 2581 | "bugprone-no-escape", |
2574 | 2582 | "bugprone-non-zero-enum-to-bool-conversion", |
| 2583 | + "bugprone-nondeterministic-pointer-iteration-order", |
2575 | 2584 | "bugprone-not-null-terminated-result", |
2576 | 2585 | "bugprone-optional-value-conversion", |
2577 | 2586 | "bugprone-parent-virtual-call", |
|
2605 | 2614 | "bugprone-suspicious-stringview-data-usage", |
2606 | 2615 | "bugprone-swapped-arguments", |
2607 | 2616 | "bugprone-switch-missing-default-case", |
| 2617 | + "bugprone-tagged-union-member-count", |
2608 | 2618 | "bugprone-terminating-continue", |
2609 | 2619 | "bugprone-throw-keyword-missing", |
2610 | 2620 | "bugprone-too-small-loop-variable", |
|
2996 | 3006 | "modernize-use-equals-*", |
2997 | 3007 | "modernize-use-equals-default", |
2998 | 3008 | "modernize-use-equals-delete", |
| 3009 | + "modernize-use-integer-sign-comparison", |
2999 | 3010 | "modernize-use-nodiscard", |
3000 | 3011 | "modernize-use-noexcept", |
3001 | 3012 | "modernize-use-nullptr", |
|
3055 | 3066 | "portability-restrict-system-includes", |
3056 | 3067 | "portability-simd-intrinsics", |
3057 | 3068 | "portability-std-allocator-const", |
| 3069 | + "portability-template-virtual-member-function", |
3058 | 3070 | "readability-*", |
3059 | 3071 | "readability-avoid-*", |
3060 | 3072 | "readability-avoid-const-params-in-decls", |
|
0 commit comments