17 lines
191 B
YAML
17 lines
191 B
YAML
If:
|
|
PathMatch: [.*\.hpp, .*\.cpp]
|
|
|
|
CompileFlags:
|
|
Add:
|
|
- "-std=c++23"
|
|
Compiler: clang++
|
|
|
|
---
|
|
If:
|
|
PathMatch: [.*\.h, .*\.c]
|
|
|
|
CompileFlags:
|
|
Add:
|
|
- "-std=c17"
|
|
Compiler: clang
|