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
This commit is contained in:
Jules Pénuchot 2025-12-17 20:48:00 +01:00 committed by Joel Falcou
parent 6489697c05
commit e151e136d6
52 changed files with 2212 additions and 1556 deletions

10
.clangd Normal file
View file

@ -0,0 +1,10 @@
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.*'