Learn R Programming

compdb (version 0.0.1)

build_compile_commands: Generate Compilation Database for Use with Clang Tools

Description

Generate Compilation Database for Use with Clang Tools

Usage

build_compile_commands(path = ".", debug = FALSE)

Value

This function invisibly returns TRUE on success.

Arguments

path

The path of the package

debug

Set to TRUE to get verbose output

Examples

Run this code
if (FALSE) {
build_compile_commands(path = ".")
}

Run the code above in your browser using DataLab