helos1/.clangd

14 lines
219 B
Plaintext
Raw Permalink Normal View History

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