TU-Programmieren_2/lab3/modules/.clangd
2025-04-09 10:22:44 +02:00

20 lines
327 B
Plaintext

InlayHints:
Enabled: Yes
ParameterNames: Yes
DeducedTypes: No
---
CompileFlags:
Add:
- -Wall
- -Wno-unused-function
- -Wno-unused-variable
---
If:
PathMatch: [.*\.c, .*\.h]
CompileFlags:
Add: [-std=c11]
---
If:
PathMatch: [.*\.cpp, .*\.hpp]
CompileFlags:
Add: [-std=c++20]