Lines Matching +full:check +full:- +full:docs +full:- +full:build
28 To build from source:
35 directions for how to build. With sources all checked out into the
36 right place the LLVM build will build Clang Extra Tools and their
39 * If using CMake, you can also use the ``modularize`` target to build
45 .. _Getting Started with the LLVM System: https://llvm.org/docs/GettingStarted.html
46 .. _Building LLVM with CMake: https://llvm.org/docs/CMake.html
47 .. _Clang Tools Documentation: https://clang.llvm.org/docs/ClangTools.html
52 Modularize will check for the following:
112 .. _module-map-coverage:
114 Module Map Coverage Check
117 The coverage check uses the Clang library to read and parse the
120 considers headers (no extension, .h, or .inc--if you need more, modify the
144 map coverage check, use the ``-coverage-check-only option``.
148 modularize -coverage-check-only module.modulemap
150 .. _module-map-generation:
155 If you specify the ``-module-map-path=<module map file>``,
176 // Generated by: modularize -module-map-path=Output/NoProblemsAssistant.txt \
177 -root-module=Root NoProblemsAssistant.modularize
210 An optional ``-root-module=<root-name>`` option can be used to cause a root module
213 An optional ``-problem-files-list=<problem-file-name>`` can be used to input
214 a list of files to be excluded, perhaps as a temporary stop-gap measure until
220 // Generated by: modularize -module-map-path=Output/NoProblemsAssistant.txt \
221 -root-module=Root NoProblemsAssistant.modularize
265 `Lexical structure <https://clang.llvm.org/docs/Modules.html#lexical-structure>`_