diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
commit | cfbcdeb238cdaef5565b201d49f8f143d9262d53 (patch) | |
tree | fc0f1175ee8c285ceff0569ee6074973e53d111a /compile_commands.json | |
parent | update (diff) | |
parent | updated the README. fixed a bug with declrefexpr where it was checking too la... (diff) | |
download | cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.tar.gz cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.zip |
update
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compile_commands.json b/compile_commands.json index 2803ad9..9c2f5ec 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -1,7 +1,7 @@ [ { - "command": "c++ -c -include-pch pch.hpp.gch -fpic -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -std=c++14 -fno-exceptions -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/bloodstalker/extra/llvm-clang-4/llvm/tools/clang/include -I/home/bloodstalker/extra/llvm-clang-4/build/tools/clang/include -std=c++17 -fexceptions -o cgrep.o cgrep.cpp", - "directory": "/home/bloodstalker/extra/cgrep", - "file": "/home/bloodstalker/extra/cgrep/cgrep.cpp" + "command": "c++ -c -include-pch pch.hpp.gch -fpic -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -std=c++14 -fno-exceptions -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/bloodstalker/extra/llvm-clang-4/llvm/tools/clang/include -I/home/bloodstalker/extra/llvm-clang-4/build/tools/clang/include -std=c++17 -fexceptions -o cgrep.o cgrep.cpp", + "directory": "/home/bloodstalker/devi/hell2/cgrep", + "file": "/home/bloodstalker/devi/hell2/cgrep/cgrep.cpp" } ]
\ No newline at end of file |