diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-11 18:36:04 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-11 18:36:04 +0000 |
commit | d3cd91fdf04442a7d7877547a497a8cc023ae09e (patch) | |
tree | 91e22f546b4fd2ad43acf6e5c3af5ae8cd06d873 /bruiser/compile_commands.json | |
parent | chnaged all endls to aline break. i dont really need to flush standard descri... (diff) | |
download | mutator-d3cd91fdf04442a7d7877547a497a8cc023ae09e.tar.gz mutator-d3cd91fdf04442a7d7877547a497a8cc023ae09e.zip |
compilation database
Diffstat (limited to 'bruiser/compile_commands.json')
-rw-r--r-- | bruiser/compile_commands.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bruiser/compile_commands.json b/bruiser/compile_commands.json new file mode 100644 index 0000000..1a4a961 --- /dev/null +++ b/bruiser/compile_commands.json @@ -0,0 +1,12 @@ +[ + { + "command": "c++ -c -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -fno-exceptions -DLLVM_BUILD_GLOBAL_ISEL -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++1z -stdlib=libstdc++ -UNDEBUG -fexceptions -o bruiser.o bruiser.cpp", + "directory": "/home/bloodstalker/devi/hell2/bruiser", + "file": "/home/bloodstalker/devi/hell2/bruiser/bruiser.cpp" + }, + { + "command": "c++ -c -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -fno-exceptions -DLLVM_BUILD_GLOBAL_ISEL -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++1z -stdlib=libstdc++ -UNDEBUG -fexceptions -o ../mutator_aux.o ../mutator_aux.cpp", + "directory": "/home/bloodstalker/devi/hell2/bruiser", + "file": "/home/bloodstalker/devi/hell2/mutator_aux.cpp" + } +]
\ No newline at end of file |