Description
GNU make projects can produce Clang compilation database files for editors, language servers, and static analysis tools. It is useful when an existing build system does not generate compile_commands.json by itself.
This command inspects build invocations and writes development metadata. Run it from the intended project tree so generated paths and compiler flags match the code being analyzed.