aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-07-13 16:12:53 +0000
committerterminaldweller <thabogre@gmail.com>2021-07-13 16:12:53 +0000
commit056102711074ddacad25c781b5122f1af8c3fbe1 (patch)
tree21618c2f67b367e93a6b079d4de8e5b6e874408d /compile_commands.json
parentadded a dockerfile for cgrep. i'll try to add a smaller alpine image later. t... (diff)
downloadcgrep-056102711074ddacad25c781b5122f1af8c3fbe1.tar.gz
cgrep-056102711074ddacad25c781b5122f1af8c3fbe1.zip
migrated over to travis.com, updated build badge, preparing for llvm 12 and 13
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json48
1 files changed, 42 insertions, 6 deletions
diff --git a/compile_commands.json b/compile_commands.json
index be334e9..8a07e94 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -1,12 +1,48 @@
[
{
- "command": "c++ -c -fpic -I/usr/local/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-11/llvm-project/llvm/tools/clang/include -I/usr/local/tools/clang/include -std=c++17 -fexceptions -o cgrep.o cgrep.cpp",
- "directory": "/home/bloodstalker/extra/cgrep",
- "file": "/home/bloodstalker/extra/cgrep/cgrep.cpp"
+ "arguments": [
+ "clang++",
+ "-c",
+ "-fpic",
+ "-I/usr/lib/llvm-10/include",
+ "-std=c++14",
+ "-fno-exceptions",
+ "-D_GNU_SOURCE",
+ "-D__STDC_CONSTANT_MACROS",
+ "-D__STDC_FORMAT_MACROS",
+ "-D__STDC_LIMIT_MACROS",
+ "-I/usr/lib/llvm-10/build//tools/clang/include",
+ "-I/usr/lib/llvm-10/build//tools/clang/include",
+ "-std=c++17",
+ "-fexceptions",
+ "-o",
+ "cfe-extra/cfe_extra.o",
+ "cfe-extra/cfe_extra.cpp"
+ ],
+ "directory": "/home/devi/devi/cgrep.git/master",
+ "file": "cfe-extra/cfe_extra.cpp"
},
{
- "command": "c++ -c -fpic -I/usr/local/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-11/llvm-project/llvm/tools/clang/include -I/usr/local/tools/clang/include -std=c++17 -fexceptions -o cfe-extra/cfe_extra.o cfe-extra/cfe_extra.cpp",
- "directory": "/home/bloodstalker/extra/cgrep",
- "file": "/home/bloodstalker/extra/cgrep/cfe-extra/cfe_extra.cpp"
+ "arguments": [
+ "clang++",
+ "-c",
+ "-fpic",
+ "-I/usr/lib/llvm-10/include",
+ "-std=c++14",
+ "-fno-exceptions",
+ "-D_GNU_SOURCE",
+ "-D__STDC_CONSTANT_MACROS",
+ "-D__STDC_FORMAT_MACROS",
+ "-D__STDC_LIMIT_MACROS",
+ "-I/usr/lib/llvm-10/build//tools/clang/include",
+ "-I/usr/lib/llvm-10/build//tools/clang/include",
+ "-std=c++17",
+ "-fexceptions",
+ "-o",
+ "cgrep.o",
+ "cgrep.cpp"
+ ],
+ "directory": "/home/devi/devi/cgrep.git/master",
+ "file": "cgrep.cpp"
}
] \ No newline at end of file