mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
* libs: removed cxxheaderparser submodule, expecting one from toolchain * toolchain: v38 * vscode: now using clangd from toolchain * vscode: clangd path in config is now generated by fbt * vscode, fbt: improved clangd path generation * fbt: fixed LANG_SERVER handling; switched to clangd as default * vscode: removed deprecated options from config * ufbt: project template: updated clang-format, added clangd config * ufbt: now using clangd as default language server * ufbt: now using clangd as default language server
18 lines
254 B
YAML
18 lines
254 B
YAML
CompileFlags:
|
|
Add:
|
|
- -Wno-unknown-warning-option
|
|
- -Wno-format
|
|
Remove:
|
|
- -mword-relocations
|
|
|
|
Diagnostics:
|
|
ClangTidy:
|
|
FastCheckFilter: None
|
|
|
|
---
|
|
|
|
If:
|
|
PathMatch: .*\.h
|
|
Diagnostics:
|
|
UnusedIncludes: None
|