Lines Matching refs:compilation
32 Clang has the ablity to generate compilation database fragments via
34 fragments together between ``[`` and ``]`` to create a compilation database.
37 of compilation databases for Unix Makefile builds (Ninja builds in the
43 `Bazel <https://bazel.build>`_ can export a compilation database via
49 Clang's tooling interface supports reading compilation databases; see
57 A compilation database is a JSON file, which consist of an array of
82 - **directory:** The working directory of the compilation. All paths
86 compilation step. This is used by tools as the key into the
87 compilation database. There can be multiple command objects for the
91 This should run the compilation step for the translation unit ``file``.
101 - **output:** The name of the output created by this compilation step.
110 the build directory to detect the file and use the compilation database