compdb-package {compdb} | R Documentation |
Generate Compilation Database for Use with Clang Tools
Description
Many modern C/C++ development tools in the 'clang' toolchain, such as 'clang-tidy' or 'clangd', rely on the presence of a compilation database in JSON format https://clang.llvm.org/docs/JSONCompilationDatabase.html. This package temporarily injects additional build flags into the R build process to generate such a compilation database.
Author(s)
Felix Held
See Also
Useful links:
[Package compdb version 0.0.1 Index]