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:
parent
6489697c05
commit
e151e136d6
52 changed files with 2212 additions and 1556 deletions
10
.clangd
Normal file
10
.clangd
Normal 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.*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue