Home
last modified time | relevance | path

Searched +refs:clang +refs:include +refs:fixer +refs:symbol +refs:name (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
14 missing namespace qualifiers to all instances of an unidentified symbol if
15 the symbol is missing some prefix namespace qualifiers.
20 To use :program:`clang-include-fixer` two databases are required. Both can be
25 - Symbol index. Contains all symbol information in a project to match a given
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,
[all …]
H A Ddoxygen.cfg.in31 # project for which the documentation is generated. This name is used in the
35 PROJECT_NAME = clang-tools
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
109 # following values are used ($name is automatically replaced with the name of
110 # the entity):The $name class, The $name widget, The $name file, is, provides,
131 # before files name in the file list and in the header files. If set to NO the
132 # shortest path that makes the file name unique will be used
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
215 # name=value
[all …]