issues
search
nickdiego
/
compiledb
Tool for generating Clang's JSON Compilation Database files for make-based build systems.
GNU General Public License v3.0
1.38k
stars
123
forks
source link
Support incremental update of compile_commands.json
#49
Closed
nickdiego
closed
6 years ago
nickdiego
commented
6 years ago
If
compile_commands.json
already exists, update it with the compile commands extract from the input stream. Make this the default behavior
Add a
-f
/
--overwrite
cmd line option to make it possible to make
compile_commands.json
file to be overwritten
compile_commands.json
already exists, update it with the compile commands extract from the input stream. Make this the default behavior-f
/--overwrite
cmd line option to make it possible to makecompile_commands.json
file to be overwritten