| Philipp Hancke | cc2da72 | 2025-08-06 15:56:20 | [diff] [blame] | 1 | --- |
| 2 | --- |
| 3 | Checks: '-*, |
| Philipp Hancke | 35f6d78 | 2025-10-21 07:48:24 | [diff] [blame] | 4 | bugprone-argument-comment, |
| Philipp Hancke | cc2da72 | 2025-08-06 15:56:20 | [diff] [blame] | 5 | llvm-namespace-comment, |
| Philipp Hancke | dae5bce | 2025-08-18 19:10:53 | [diff] [blame] | 6 | modernize-use-designated-initializers, |
| Philipp Hancke | cc2da72 | 2025-08-06 15:56:20 | [diff] [blame] | 7 | modernize-use-override, |
| Harald Alvestrand | 85642b2 | 2025-08-10 07:21:38 | [diff] [blame] | 8 | modernize-use-std-numbers, |
| Philipp Hancke | 3bd6510 | 2025-08-07 16:22:04 | [diff] [blame] | 9 | readability-container-size-empty, |
| Philipp Hancke | cc2da72 | 2025-08-06 15:56:20 | [diff] [blame] | 10 | readability-static-definition-in-anonymous-namespace, |
| 11 | readability-redundant-smartptr-get, |
| 12 | readability-redundant-declaration' |
| Philipp Hancke | dec6b34 | 2025-08-11 16:24:36 | [diff] [blame] | 13 | # readability-static-accessed-through-instance is generally useful but produces too many false positives. |
| Harald Alvestrand | 85642b2 | 2025-08-10 07:21:38 | [diff] [blame] | 14 | CheckOptions: |
| 15 | # The default threshold gives false positives in test data |
| 16 | modernize-use-std-numbers.DiffThreshold: 0.00001 |
| Philipp Hancke | cc2da72 | 2025-08-06 15:56:20 | [diff] [blame] | 17 | ... |