helos1/.clangd

14 lines
228 B
Plaintext
Raw Normal View History

2021-10-10 15:32:55 +08:00
CompileFlags:
Add: [-I/usr/include/efi, -I/usr/include/efi/x86_64, -DHELOS]
---
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add: [-xc, -std=c99]
---
If:
PathMatch: [.*\.hpp, .*\.cpp]
CompileFlags:
Add: [-xc++, -std=c++17]
2021-10-10 15:32:55 +08:00