Add .clangd file for clang language server (#48214)

This commit is contained in:
Gabriel Baraldi
2023-01-20 12:53:36 -03:00
committed by GitHub
parent 57101cfddb
commit ba69cbaa8e
2 changed files with 3 additions and 0 deletions

2
.clangd Normal file
View File

@@ -0,0 +1,2 @@
CompileFlags:
Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]

1
.gitignore vendored
View File

@@ -34,6 +34,7 @@
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite