Skip to content

Commit b2aa43b

Browse files
committed
Add .clangd config for the clangd language server
PROTOCOL_VERSION is set to 1013 by default because that treats the largest amount of code as active and subject to parsing and verification.
1 parent 04ebd46 commit b2aa43b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clangd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
Add: [-Wall, -Wno-unknown-pragmas, -std=c++17, -DPROTOCOL_VERSION=1013, -DGIT_VERSION="", -I./src, -I./vendor]

0 commit comments

Comments
 (0)