clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Reading compile arguments from compiler_commands.json

Open sassanh opened this issue 7 years ago • 3 comments

What do you think about reading compile arguments from compiler_commands.json file?

sassanh avatar Oct 30 '17 02:10 sassanh

compile_commands.json is the name of file (compiler -> compile)

sassanh avatar Oct 30 '17 02:10 sassanh

+1 on this one.

barreyra avatar Mar 07 '18 15:03 barreyra

I think it's implemented, see the docs:

- compile_commands.json - get the compilation arguments for the sources from a
  compilation database.

xaizek avatar Mar 07 '18 16:03 xaizek