diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-20 17:01:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-20 17:01:19 +0000 |
commit | 029933103f199a618ee94e080a4b8fe1243336bf (patch) | |
tree | af3d72d23382743aa22845bc944e676753b2adf0 /test/compile_commands.json | |
parent | update (diff) | |
download | cgrep-029933103f199a618ee94e080a4b8fe1243336bf.tar.gz cgrep-029933103f199a618ee94e080a4b8fe1243336bf.zip |
changed memvar switch to cdecl and added a new switch, cxxdecl.
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r-- | test/compile_commands.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json index 4f584fd..9808839 100644 --- a/test/compile_commands.json +++ b/test/compile_commands.json @@ -1,7 +1,7 @@ [ { "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp", - "directory": "/home/bloodstalker/extra/cgrep/test", - "file": "/home/bloodstalker/extra/cgrep/test/main.cpp" + "directory": "/home/bloodstalker/devi/hell2/cgrep/test", + "file": "/home/bloodstalker/devi/hell2/cgrep/test/main.cpp" } ]
\ No newline at end of file |