aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
commit6029589032a85cf800b1868026c76268561b7834 (patch)
tree4a2f7c78f26416d6e35ffae413e48a03d59d6917 /compile_commands.json
parentupdate (diff)
downloadcgrep-6029589032a85cf800b1868026c76268561b7834.tar.gz
cgrep-6029589032a85cf800b1868026c76268561b7834.zip
you now get the option of replacing the cgrep diagconsumer with the normal one provided by clang. also the cgrep diagconsumer now prints out errors and only leaves out warnings and fixits. README update. man update. added llvm11 to travis.
Diffstat (limited to '')
-rw-r--r--compile_commands.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 9c2f5ec..b74aadf 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/devi/hell2/cgrep",
- "file": "/home/bloodstalker/devi/hell2/cgrep/cgrep.cpp"
+ "directory": "/home/bloodstalker/extra/cgrep",
+ "file": "/home/bloodstalker/extra/cgrep/cgrep.cpp"
}
] \ No newline at end of file