Add deterministic C++ reference adapter
This commit is contained in:
parent
f00aa65a73
commit
7bee0220c2
7 changed files with 1915 additions and 0 deletions
19
tests/fixtures/reference-cpp/compile_commands.json
vendored
Normal file
19
tests/fixtures/reference-cpp/compile_commands.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"arguments": [
|
||||
"c++",
|
||||
"-std=c++20",
|
||||
"-Iinclude",
|
||||
"-c",
|
||||
"src/main.cpp"
|
||||
],
|
||||
"directory": ".",
|
||||
"file": "src/main.cpp"
|
||||
},
|
||||
{
|
||||
"command": "c++ -std=c++20 -Iinclude -c src/worker.cpp",
|
||||
"directory": ".",
|
||||
"file": "src/worker.cpp",
|
||||
"output": "worker.o"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue