| Pavithra Barithaya | e9b5fe7 | 2024-06-22 00:43:59 -0500 | [diff] [blame^] | 1 | Checks: ' -*, | 
 | 2 | bugprone-argument-comment, | 
 | 3 | bugprone-assert-side-effect, | 
 | 4 | bugprone-bad-signal-to-kill-thread, | 
 | 5 | bugprone-bool-pointer-implicit-conversion, | 
 | 6 | bugprone-branch-clone, | 
 | 7 | bugprone-copy-constructor-init, | 
 | 8 | bugprone-dangling-handle, | 
 | 9 | bugprone-dynamic-static-initializers, | 
 | 10 | bugprone-fold-init-type, | 
 | 11 | bugprone-forward-declaration-namespace, | 
 | 12 | bugprone-forwarding-reference-overload, | 
 | 13 | bugprone-inaccurate-erase, | 
 | 14 | bugprone-incorrect-roundings, | 
 | 15 | bugprone-infinite-loop, | 
 | 16 | bugprone-integer-division, | 
 | 17 | bugprone-lambda-function-name, | 
 | 18 | bugprone-macro-parentheses, | 
 | 19 | bugprone-macro-repeated-side-effects, | 
 | 20 | bugprone-misplaced-operator-in-strlen-in-alloc, | 
 | 21 | bugprone-misplaced-pointer-arithmetic-in-alloc, | 
 | 22 | bugprone-misplaced-widening-cast, | 
 | 23 | bugprone-move-forwarding-reference, | 
 | 24 | bugprone-multiple-statement-macro, | 
 | 25 | bugprone-no-escape, | 
 | 26 | bugprone-not-null-terminated-result, | 
 | 27 | bugprone-parent-virtual-call, | 
 | 28 | bugprone-posix-return, | 
 | 29 | bugprone-redundant-branch-condition, | 
 | 30 | bugprone-reserved-identifier, | 
 | 31 | bugprone-signal-handler, | 
 | 32 | bugprone-signed-char-misuse, | 
 | 33 | bugprone-sizeof-container, | 
 | 34 | bugprone-sizeof-expression, | 
 | 35 | bugprone-spuriously-wake-up-functions, | 
 | 36 | bugprone-string-constructor, | 
 | 37 | bugprone-string-integer-assignment, | 
 | 38 | bugprone-string-literal-with-embedded-nul, | 
 | 39 | bugprone-suspicious-enum-usage, | 
 | 40 | bugprone-suspicious-include, | 
 | 41 | bugprone-suspicious-memset-usage, | 
 | 42 | bugprone-suspicious-missing-comma, | 
 | 43 | bugprone-suspicious-semicolon, | 
 | 44 | bugprone-suspicious-string-compare, | 
 | 45 | bugprone-swapped-arguments, | 
 | 46 | bugprone-terminating-continue, | 
 | 47 | bugprone-throw-keyword-missing, | 
 | 48 | bugprone-too-small-loop-variable, | 
 | 49 | bugprone-undefined-memory-manipulation, | 
 | 50 | bugprone-undelegated-constructor, | 
 | 51 | bugprone-unhandled-exception-at-new, | 
 | 52 | bugprone-unhandled-self-assignment, | 
 | 53 | bugprone-unused-raii, | 
 | 54 | bugprone-unused-return-value, | 
 | 55 | bugprone-use-after-move, | 
 | 56 | bugprone-virtual-near-miss' | 
 | 57 |  | 
 | 58 | WarningsAsErrors: '*' | 
 | 59 | HeaderFilterRegex: '.*' |