aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: 577988d41d17cfc774b742d12628b04ab4c3d8ba (plain)
1
2
3
4
5
6
7
8
9
If:
  PathMatch: .*\.h
CompileFlags:
  Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I/usr/include/luajit-2.1]
---
If:
  PathMatch: .*\.c
CompileFlags:
  Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I/usr/include/luajit-2.1]