add compile_commands file for clangd
This commit is contained in:
parent
b60db7ce8c
commit
0361604be2
1 changed files with 29 additions and 0 deletions
29
compile_commands.json
Normal file
29
compile_commands.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/gcc",
|
||||
"-c",
|
||||
"./parser.tab.c"
|
||||
],
|
||||
"directory": "/home/david/code/compilation-lab/lab1",
|
||||
"file": "/home/david/code/compilation-lab/lab1/parser.tab.c"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/gcc",
|
||||
"-c",
|
||||
"lex.yy.c"
|
||||
],
|
||||
"directory": "/home/david/code/compilation-lab/lab1",
|
||||
"file": "/home/david/code/compilation-lab/lab1/lex.yy.c"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/gcc",
|
||||
"-c",
|
||||
"main.c"
|
||||
],
|
||||
"directory": "/home/david/code/compilation-lab/lab1",
|
||||
"file": "/home/david/code/compilation-lab/lab1/main.c"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue