23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
# debug: clangd --check=modules/iue-io/ccsv.h
|
|
# debug: clangd --check=task1.hpp
|
|
# debug: clangd --check=task1.test.cpp
|
|
InlayHints:
|
|
Enabled: No
|
|
ParameterNames: No
|
|
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] |