Files
.dotfiles/.config/clangd/config.yaml
Quinn 9d4cce8bae remove reserved identifier from clang tidy configurations.
Sometimes I just have to use the reserved identifier.
2025-12-08 14:22:44 +01:00

24 lines
544 B
YAML

---
CompileFlags:
Compiler: gcc
Index:
Background: Build
StandardLibrary: true
Diagnostics:
UnusedIncludes: None
MissingIncludes: None
ClangTidy:
FastCheckFilter: Strict
Add:
- clang-analyzer*
- bugprone*
- misc*
- performance*
Remove:
- bugprone-narrowing-conversions
- bugprone-integer-division
- bugprone-implicit-widening-of-multiplication-result
- bugprone-switch-missing-default-case
- bugprone-easily-swappable-parameters
- bugprone-reserved-identifier