25 lines
538 B
Plaintext
25 lines
538 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: Yes
|
|
DeducedTypes: No
|
|
---
|
|
CompileFlags:
|
|
Add:
|
|
# - --target=x86_64-w64-windows-gnu
|
|
# - --target=x86_64-pc-linux-gnu
|
|
- -Wall
|
|
- -Wno-unused-function
|
|
- -Wno-unused-variable
|
|
---
|
|
If:
|
|
PathMatch: [.*\.c, .*\.h]
|
|
CompileFlags:
|
|
Add: [-std=c11]
|
|
---
|
|
If:
|
|
PathMatch: [.*\.cpp, .*\.hpp]
|
|
CompileFlags:
|
|
Add: [-std=c++20] |