diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-14 05:01:33 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-14 05:01:33 +0000 |
commit | 3d8a89bad9ccc48e7877fa1c4219a1064666b7c9 (patch) | |
tree | bb904c6ec6f18876a8e0af0a8c7012c5e7e6deab /compile_commands.json | |
parent | addes a macro for ast_type_traits. starting from 12 it had a namespace change (diff) | |
download | cgrep-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 '')
-rw-r--r-- | compile_commands.json | 48 |
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 |