Crate compile_commands

source ·

Structs§

  • Represents a single entry within a compile_commands.json file Either arguments or command is required. arguments is preferred, as shell (un)escaping is a possible source of errors.

Functions§

  • For simple projects, Clang tools also recognize a compile_flags.txt file. This should contain one argument per line. The same flags will be used to compile any file.

Type Aliases§