aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-29 10:37:56 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-29 10:37:56 +0000
commit9a02a64258e36f05f2aa1b17bae8b83146a18001 (patch)
tree6e68687927ab881770603dde4f0d5b0494dcafd1 /compile_commands.json
parentremoving llvm 5 and 6 test builds from travis for the time being. the cpp sta... (diff)
downloadcgrep-9a02a64258e36f05f2aa1b17bae8b83146a18001.tar.gz
cgrep-9a02a64258e36f05f2aa1b17bae8b83146a18001.zip
update
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_commands.json b/compile_commands.json
index fcd399f..2803ad9 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -1,6 +1,6 @@
[
{
- "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++11 -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",
+ "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"
}