OILS / .clangd View on Github | oilshell.org

9 lines, 8 significant
1# Running
2# $ ninja -t compdb > compile_commands.json
3# allows the clangd language server to work
4
5CompileFlags:
6 Add:
7 - -I.
8 - -IPython-2.7.13
9 - -IPython-2.7.13/Include