dododevrai
This commit is contained in:
parent
50a77ac91d
commit
8c1fd79b3f
2 changed files with 3 additions and 24 deletions
24
.clangd
24
.clangd
|
|
@ -1,25 +1,3 @@
|
|||
CompileFlags:
|
||||
# General flags for all files
|
||||
Add: [-Wall]
|
||||
|
||||
# Configuration block for C++ files
|
||||
---
|
||||
If:
|
||||
PathMatch: .*/.cc
|
||||
CompileFlags:
|
||||
# Add: [-Wall -Wextra -Werror -pedantic -std=c++20 -Wold-style-cast]
|
||||
CompilationDatabase: "cmake"
|
||||
# Add: [
|
||||
# # path to your include folder
|
||||
# -I/usr/shar/include,
|
||||
# # or path to your header file
|
||||
# # --include=E:\path\to\your\file\file.h,
|
||||
# # you can include other clang flags (clang NOT clangd!)
|
||||
# -std=c++20,
|
||||
# ]
|
||||
|
||||
# Configuration block for C files (optional)
|
||||
---
|
||||
If:
|
||||
PathMatch: .*/.c
|
||||
CompileFlags:
|
||||
Add: [-std=c11]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue