|
1901 | 1901 | "bugprone-bitwise-pointer-cast",
|
1902 | 1902 | "bugprone-bool-pointer-implicit-conversion",
|
1903 | 1903 | "bugprone-branch-clone",
|
| 1904 | + "bugprone-capturing-this-in-member-variable", |
1904 | 1905 | "bugprone-casting-through-void",
|
1905 | 1906 | "bugprone-chained-comparison",
|
1906 | 1907 | "bugprone-compare-pointer-to-member-virtual-function",
|
|
1926 | 1927 | "bugprone-lambda-function-name",
|
1927 | 1928 | "bugprone-macro-parentheses",
|
1928 | 1929 | "bugprone-macro-repeated-side-effects",
|
| 1930 | + "bugprone-misleading-setter-of-reference", |
1929 | 1931 | "bugprone-misplaced-*",
|
1930 | 1932 | "bugprone-misplaced-operator-in-strlen-in-alloc",
|
1931 | 1933 | "bugprone-misplaced-pointer-arithmetic-in-alloc",
|
|
1982 | 1984 | "bugprone-unhandled-*",
|
1983 | 1985 | "bugprone-unhandled-exception-at-new",
|
1984 | 1986 | "bugprone-unhandled-self-assignment",
|
| 1987 | + "bugprone-unintended-char-ostream-output", |
1985 | 1988 | "bugprone-unique-ptr-array-mismatch",
|
1986 | 1989 | "bugprone-unsafe-functions",
|
1987 | 1990 | "bugprone-unused-*",
|
|
2208 | 2211 | "cppcoreguidelines-rvalue-reference-param-not-moved",
|
2209 | 2212 | "cppcoreguidelines-slicing",
|
2210 | 2213 | "cppcoreguidelines-special-member-functions",
|
| 2214 | + "cppcoreguidelines-use-*", |
| 2215 | + "cppcoreguidelines-use-enum-class", |
2211 | 2216 | "cppcoreguidelines-use-default-member-init",
|
2212 | 2217 | "cppcoreguidelines-virtual-class-destructor",
|
2213 | 2218 | "darwin-*",
|
|
2293 | 2298 | "llvm-prefer-*",
|
2294 | 2299 | "llvm-prefer-isa-or-dyn-cast-in-conditionals",
|
2295 | 2300 | "llvm-prefer-register-over-unsigned",
|
| 2301 | + "llvm-prefer-static-over-anonymous-namespace", |
2296 | 2302 | "llvm-qualified-auto",
|
2297 | 2303 | "llvm-twine-local",
|
2298 | 2304 | "llvmlibc-*",
|
|
2370 | 2376 | "modernize-use-nullptr",
|
2371 | 2377 | "modernize-use-override",
|
2372 | 2378 | "modernize-use-ranges",
|
| 2379 | + "modernize-use-scoped-lock", |
2373 | 2380 | "modernize-use-starts-ends-with",
|
2374 | 2381 | "modernize-use-std-*",
|
2375 | 2382 | "modernize-use-std-format",
|
|
2421 | 2428 | "performance-unnecessary-copy-initialization",
|
2422 | 2429 | "performance-unnecessary-value-param",
|
2423 | 2430 | "portability-*",
|
| 2431 | + "portability-avoid-pragma-once", |
2424 | 2432 | "portability-restrict-system-includes",
|
2425 | 2433 | "portability-simd-intrinsics",
|
2426 | 2434 | "portability-std-allocator-const",
|
2427 | 2435 | "portability-template-virtual-member-function",
|
2428 | 2436 | "readability-*",
|
| 2437 | + "readability-ambiguous-smartptr-reset-call", |
2429 | 2438 | "readability-avoid-*",
|
2430 | 2439 | "readability-avoid-const-params-in-decls",
|
2431 | 2440 | "readability-avoid-nested-conditional-operator",
|
|
2486 | 2495 | "readability-uppercase-literal-suffix",
|
2487 | 2496 | "readability-use-*",
|
2488 | 2497 | "readability-use-anyofallof",
|
| 2498 | + "readability-use-concise-preprocessor-directives", |
2489 | 2499 | "readability-use-std-min-max",
|
2490 | 2500 | "zircon-temporary-objects"
|
2491 | 2501 | ]
|
|
2561 | 2571 | "bugprone-bitwise-pointer-cast",
|
2562 | 2572 | "bugprone-bool-pointer-implicit-conversion",
|
2563 | 2573 | "bugprone-branch-clone",
|
| 2574 | + "bugprone-capturing-this-in-member-variable", |
2564 | 2575 | "bugprone-casting-through-void",
|
2565 | 2576 | "bugprone-chained-comparison",
|
2566 | 2577 | "bugprone-compare-pointer-to-member-virtual-function",
|
|
2586 | 2597 | "bugprone-lambda-function-name",
|
2587 | 2598 | "bugprone-macro-parentheses",
|
2588 | 2599 | "bugprone-macro-repeated-side-effects",
|
| 2600 | + "bugprone-misleading-setter-of-reference", |
2589 | 2601 | "bugprone-misplaced-*",
|
2590 | 2602 | "bugprone-misplaced-operator-in-strlen-in-alloc",
|
2591 | 2603 | "bugprone-misplaced-pointer-arithmetic-in-alloc",
|
|
2642 | 2654 | "bugprone-unhandled-*",
|
2643 | 2655 | "bugprone-unhandled-exception-at-new",
|
2644 | 2656 | "bugprone-unhandled-self-assignment",
|
| 2657 | + "bugprone-unintended-char-ostream-output", |
2645 | 2658 | "bugprone-unique-ptr-array-mismatch",
|
2646 | 2659 | "bugprone-unsafe-functions",
|
2647 | 2660 | "bugprone-unused-*",
|
|
2868 | 2881 | "cppcoreguidelines-rvalue-reference-param-not-moved",
|
2869 | 2882 | "cppcoreguidelines-slicing",
|
2870 | 2883 | "cppcoreguidelines-special-member-functions",
|
| 2884 | + "cppcoreguidelines-use-*", |
| 2885 | + "cppcoreguidelines-use-enum-class", |
2871 | 2886 | "cppcoreguidelines-use-default-member-init",
|
2872 | 2887 | "cppcoreguidelines-virtual-class-destructor",
|
2873 | 2888 | "darwin-*",
|
|
2953 | 2968 | "llvm-prefer-*",
|
2954 | 2969 | "llvm-prefer-isa-or-dyn-cast-in-conditionals",
|
2955 | 2970 | "llvm-prefer-register-over-unsigned",
|
| 2971 | + "llvm-prefer-static-over-anonymous-namespace", |
2956 | 2972 | "llvm-qualified-auto",
|
2957 | 2973 | "llvm-twine-local",
|
2958 | 2974 | "llvmlibc-*",
|
|
3030 | 3046 | "modernize-use-nullptr",
|
3031 | 3047 | "modernize-use-override",
|
3032 | 3048 | "modernize-use-ranges",
|
| 3049 | + "modernize-use-scoped-lock", |
3033 | 3050 | "modernize-use-starts-ends-with",
|
3034 | 3051 | "modernize-use-std-*",
|
3035 | 3052 | "modernize-use-std-format",
|
|
3081 | 3098 | "performance-unnecessary-copy-initialization",
|
3082 | 3099 | "performance-unnecessary-value-param",
|
3083 | 3100 | "portability-*",
|
| 3101 | + "portability-avoid-pragma-once", |
3084 | 3102 | "portability-restrict-system-includes",
|
3085 | 3103 | "portability-simd-intrinsics",
|
3086 | 3104 | "portability-std-allocator-const",
|
3087 | 3105 | "portability-template-virtual-member-function",
|
3088 | 3106 | "readability-*",
|
| 3107 | + "readability-ambiguous-smartptr-reset-call", |
3089 | 3108 | "readability-avoid-*",
|
3090 | 3109 | "readability-avoid-const-params-in-decls",
|
3091 | 3110 | "readability-avoid-nested-conditional-operator",
|
|
3146 | 3165 | "readability-uppercase-literal-suffix",
|
3147 | 3166 | "readability-use-*",
|
3148 | 3167 | "readability-use-anyofallof",
|
| 3168 | + "readability-use-concise-preprocessor-directives", |
3149 | 3169 | "readability-use-std-min-max",
|
3150 | 3170 | "zircon-temporary-objects"
|
3151 | 3171 | ]
|
|
0 commit comments