rotgen/.clangd
Jules Pénuchot e151e136d6 Resolve "[API-#2] Pseudo-privatization of rotgen entity member functions"
Closes #18

Co-authored-by: Jules Pénuchot <jules@penuchot.com>

See merge request oss/rotgen!50
2025-12-17 20:48:00 +01:00

10 lines
263 B
YAML

CompileFlags:
CompilationDatabase: build/debug/ # Use this to change build type for LSP
Diagnostics:
UnusedIncludes: Strict
ClangTidy:
Add:
- 'bugprone-*'
- 'readability-*'
- 'clang-analyzer-core.*'
- 'clang-analyzer-security.*'