|
1864 | 1864 | "bugprone-assert-side-effect",
|
1865 | 1865 | "bugprone-assignment-in-if-condition",
|
1866 | 1866 | "bugprone-bad-signal-to-kill-thread",
|
| 1867 | + "bugprone-bitwise-pointer-cast", |
1867 | 1868 | "bugprone-bool-pointer-implicit-conversion",
|
1868 | 1869 | "bugprone-branch-clone",
|
1869 | 1870 | "bugprone-casting-through-void",
|
|
1884 | 1885 | "bugprone-inc-dec-in-conditions",
|
1885 | 1886 | "bugprone-incorrect-*",
|
1886 | 1887 | "bugprone-incorrect-enable-if",
|
| 1888 | + "bugprone-incorrect-enable-shared-from-this", |
1887 | 1889 | "bugprone-incorrect-roundings",
|
1888 | 1890 | "bugprone-infinite-loop",
|
1889 | 1891 | "bugprone-integer-division",
|
|
1902 | 1904 | "bugprone-narrowing-conversions",
|
1903 | 1905 | "bugprone-no-escape",
|
1904 | 1906 | "bugprone-non-zero-enum-to-bool-conversion",
|
| 1907 | + "bugprone-nondeterministic-pointer-iteration-order", |
1905 | 1908 | "bugprone-not-null-terminated-result",
|
1906 | 1909 | "bugprone-optional-value-conversion",
|
1907 | 1910 | "bugprone-parent-virtual-call",
|
|
1935 | 1938 | "bugprone-suspicious-stringview-data-usage",
|
1936 | 1939 | "bugprone-swapped-arguments",
|
1937 | 1940 | "bugprone-switch-missing-default-case",
|
| 1941 | + "bugprone-tagged-union-member-count", |
1938 | 1942 | "bugprone-terminating-continue",
|
1939 | 1943 | "bugprone-throw-keyword-missing",
|
1940 | 1944 | "bugprone-too-small-loop-variable",
|
|
2326 | 2330 | "modernize-use-equals-*",
|
2327 | 2331 | "modernize-use-equals-default",
|
2328 | 2332 | "modernize-use-equals-delete",
|
| 2333 | + "modernize-use-integer-sign-comparison", |
2329 | 2334 | "modernize-use-nodiscard",
|
2330 | 2335 | "modernize-use-noexcept",
|
2331 | 2336 | "modernize-use-nullptr",
|
|
2385 | 2390 | "portability-restrict-system-includes",
|
2386 | 2391 | "portability-simd-intrinsics",
|
2387 | 2392 | "portability-std-allocator-const",
|
| 2393 | + "portability-template-virtual-member-function", |
2388 | 2394 | "readability-*",
|
2389 | 2395 | "readability-avoid-*",
|
2390 | 2396 | "readability-avoid-const-params-in-decls",
|
|
2518 | 2524 | "bugprone-assert-side-effect",
|
2519 | 2525 | "bugprone-assignment-in-if-condition",
|
2520 | 2526 | "bugprone-bad-signal-to-kill-thread",
|
| 2527 | + "bugprone-bitwise-pointer-cast", |
2521 | 2528 | "bugprone-bool-pointer-implicit-conversion",
|
2522 | 2529 | "bugprone-branch-clone",
|
2523 | 2530 | "bugprone-casting-through-void",
|
|
2538 | 2545 | "bugprone-inc-dec-in-conditions",
|
2539 | 2546 | "bugprone-incorrect-*",
|
2540 | 2547 | "bugprone-incorrect-enable-if",
|
| 2548 | + "bugprone-incorrect-enable-shared-from-this", |
2541 | 2549 | "bugprone-incorrect-roundings",
|
2542 | 2550 | "bugprone-infinite-loop",
|
2543 | 2551 | "bugprone-integer-division",
|
|
2556 | 2564 | "bugprone-narrowing-conversions",
|
2557 | 2565 | "bugprone-no-escape",
|
2558 | 2566 | "bugprone-non-zero-enum-to-bool-conversion",
|
| 2567 | + "bugprone-nondeterministic-pointer-iteration-order", |
2559 | 2568 | "bugprone-not-null-terminated-result",
|
2560 | 2569 | "bugprone-optional-value-conversion",
|
2561 | 2570 | "bugprone-parent-virtual-call",
|
|
2589 | 2598 | "bugprone-suspicious-stringview-data-usage",
|
2590 | 2599 | "bugprone-swapped-arguments",
|
2591 | 2600 | "bugprone-switch-missing-default-case",
|
| 2601 | + "bugprone-tagged-union-member-count", |
2592 | 2602 | "bugprone-terminating-continue",
|
2593 | 2603 | "bugprone-throw-keyword-missing",
|
2594 | 2604 | "bugprone-too-small-loop-variable",
|
|
2980 | 2990 | "modernize-use-equals-*",
|
2981 | 2991 | "modernize-use-equals-default",
|
2982 | 2992 | "modernize-use-equals-delete",
|
| 2993 | + "modernize-use-integer-sign-comparison", |
2983 | 2994 | "modernize-use-nodiscard",
|
2984 | 2995 | "modernize-use-noexcept",
|
2985 | 2996 | "modernize-use-nullptr",
|
|
3039 | 3050 | "portability-restrict-system-includes",
|
3040 | 3051 | "portability-simd-intrinsics",
|
3041 | 3052 | "portability-std-allocator-const",
|
| 3053 | + "portability-template-virtual-member-function", |
3042 | 3054 | "readability-*",
|
3043 | 3055 | "readability-avoid-*",
|
3044 | 3056 | "readability-avoid-const-params-in-decls",
|
|
0 commit comments