Home
last modified time | relevance | path

Searched +refs:clang +refs:include +refs:fixer +refs:insert +refs:line (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/docs/
H A Dclang-include-fixer.rst8 management of ``#include`` directives in any file.
9 :program:`clang-include-fixer` addresses one aspect of this problem by providing
10 an automated way of adding ``#include`` directives for missing symbols in one
13 While inserting missing ``#include``, :program:`clang-include-fixer` adds
20 To use :program:`clang-include-fixer` two databases are required. Both can be
30 correspond to. Then the :program:`clang-include-fixer` can automatically pick
32 ``compile_commands.json`` as generated by CMake does not include header files,
35 .. _How To Setup Tooling For LLVM: https://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
40 The include fixer contains :program:`find-all-symbols`, a tool to create a
49 $ ninja clang-include-fixer // build clang-include-fixer tool.
[all …]
H A Ddoxygen.cfg.in35 PROJECT_NAME = clang-tools
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
151 # header file to include in order to use a class. If left blank only the name of
153 # specify the list of include paths that are normally passed to the compiler
166 # first line (until the first dot) of a Javadoc-style comment as the brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
185 # to treat a multi-line C++ comment block as a detailed description. Set this
220 # "Side Effects:". You can put \n's in the value part of an alias to insert
[all …]