]> git.tdb.fi Git - builder.git/commit
Add support for generating compile_commands.json
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 15:44:48 +0000 (17:44 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 15:44:48 +0000 (17:44 +0200)
commit8222bc867676a07f17b5d0d2ea9bff608151134b
treeaf3178fa97e8756936b0f1ae9417a892bee3a5c7
parenta1a88a589352feca01a6c273b733caf7c96ad31b
Add support for generating compile_commands.json

This file is used by some clang tools to find compile options.
source/builtintools.cpp
source/compilecommandsgenerator.cpp [new file with mode: 0644]
source/compilecommandsgenerator.h [new file with mode: 0644]
source/compilecommandsjson.cpp [new file with mode: 0644]
source/compilecommandsjson.h [new file with mode: 0644]
source/sourcepackage.cpp