aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-23 21:11:06 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-23 21:11:06 +0000
commitcfbcdeb238cdaef5565b201d49f8f143d9262d53 (patch)
treefc0f1175ee8c285ceff0569ee6074973e53d111a /test/compile_commands.json
parentupdate (diff)
parentupdated the README. fixed a bug with declrefexpr where it was checking too la... (diff)
downloadcgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.tar.gz
cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.zip
update
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r--test/compile_commands.json4
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