Closed golem0xE closed 4 years ago
A tool such as bear (https://github.com/rizsotto/Bear) uses the arguments key instead of the command key in case of the compilation database that is build for a Makefile project. According to https://clang.llvm.org/docs/JSONCompilationDatabase.html#format either arguments or command is required so this PR adds a support also for the arguments key.
bear
arguments
command
A tool such as
bear
(https://github.com/rizsotto/Bear) uses thearguments
key instead of thecommand
key in case of the compilation database that is build for a Makefile project. According to https://clang.llvm.org/docs/JSONCompilationDatabase.html#format eitherarguments
orcommand
is required so this PR adds a support also for thearguments
key.