Lines Matching +full:docs +full:- +full:clang +full:- +full:tools +full:- +full:html
30 1. Read `Getting Started with the LLVM System`_ and `Clang Tools
31 Documentation`_ for information on getting sources for LLVM, Clang, and
32 Clang Extra Tools.
36 right place the LLVM build will build Clang Extra Tools and their
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
112 .. _module-map-coverage:
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
140 not exist, the module map parser in Clang will (at the time of this
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
257 Clang module mechanism doesn't support headers that rely on other headers
265 `Lexical structure <https://clang.llvm.org/docs/Modules.html#lexical-structure>`_