PragmaTwice opened a new pull request, #649: URL: https://github.com/apache/incubator-kvrocks/pull/649
Both clangd, clang-tidy and other language tools (like cppcheck) need compile_commands.json (a database for compile commands) to retrieve compile information like include dirs, standard, compile options, and more. CMake provide an option CMAKE_EXPORT_COMPILE_COMMANDS to generate the file. So setting it to ON as a default behavior can make these tools more easier to use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
