Searched +refs:clang +refs:include +refs:fixer +refs:command (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/docs/ |
H A D | clang-include-fixer.rst | 8 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 D | ReleaseNotes.rst | 28 the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or 82 Improvements to clang-doc 85 Improvements to clang-query 88 Improvements to clang-tidy 106 Improvements to include-fixer 111 Improvements to clang-include-fixer
|
H A D | doxygen.cfg.in | 35 PROJECT_NAME = clang-tools 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 168 # style comments (thus requiring an explicit @brief command for a brief 177 # requiring an explicit \brief command for a brief description.) 218 # will allow you to put the command \sideeffect (or @sideeffect) in the 227 # will allow you to use the command class in the itcl::class meaning. 294 # to include (a tag file for) the STL sources as input, then you should set this 339 # \nosubgrouping command. [all …]
|
/llvm-project/utils/bazel/llvm-project-overlay/clang/ |
H A D | BUILD.bazel | 27 name = "clang-tblgen", 62 "-gen-clang-diags-defs -clang-component=%s" % c, 63 "include/clang/Basic/Diagnostic%sKinds.inc" % c, 66 "-gen-clang-diags-enums -clang-component=%s" % c, 67 "include/clang/Basic/Diagnostic%sEnums.inc" % c, 71 "-gen-clang [all...] |