aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-07-14 05:01:33 +0000
committerterminaldweller <thabogre@gmail.com>2021-07-14 05:01:33 +0000
commit3d8a89bad9ccc48e7877fa1c4219a1064666b7c9 (patch)
treebb904c6ec6f18876a8e0af0a8c7012c5e7e6deab /compile_commands.json
parentaddes a macro for ast_type_traits. starting from 12 it had a namespace change (diff)
downloadcgrep-3d8a89bad9ccc48e7877fa1c4219a1064666b7c9.tar.gz
cgrep-3d8a89bad9ccc48e7877fa1c4219a1064666b7c9.zip
added llvm 12 and 13 to travis. added some dockerfiles i used for building/testing against different llvm versions.
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/compile_commands.json b/compile_commands.json
deleted file mode 100644
index 8a07e94..0000000
--- a/compile_commands.json
+++ /dev/null
@@ -1,48 +0,0 @@
-[
- {
- "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"
- },
- {
- "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