From 029933103f199a618ee94e080a4b8fe1243336bf Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 20 Mar 2020 20:31:19 +0330 Subject: changed memvar switch to cdecl and added a new switch, cxxdecl. --- test/compile_commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/compile_commands.json') 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 -- cgit v1.2.3