summaryrefslogtreecommitdiff
path: root/.ccls
blob: f3137a20ce88390ae488841f77e4a360472e48b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
gcc
# compiler driver

%c -std=c23
# %cpp -std=c++23

# add this to support `.hpp` files as C++ headers
# %hpp -x
# %hpp c++-header

%h -x
%h c-header