Searched +refs:clang +refs:include +refs:fixer +refs:at +refs:point (Results 1 – 2 of 2) sorted by relevance
8 management of ``#include`` directives in any file.9 :program:`clang-include-fixer` addresses one aspect of this problem by providing10 an automated way of adding ``#include`` directives for missing symbols in one13 While inserting missing ``#include``, :program:`clang-include-fixer` adds20 To use :program:`clang-include-fixer` two databases are required. Both can be30 correspond to. Then the :program:`clang-include-fixer` can automatically pick32 ``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.html40 The include fixer contains :program:`find-all-symbols`, a tool to create a49 $ ninja clang-include-fixer // build clang-include-fixer tool.[all …]
35 PROJECT_NAME = clang-tools44 # for a project that appears at the top of each page and should give viewer a88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member151 # header file to include in order to use a class. If left blank only the name of153 # specify the list of include paths that are normally passed to the compiler294 # to include (a tag file for) the STL sources as input, then you should set this384 # the optimal cache size from a speed point of view.478 # will be excluded. Set it to YES to include the internal documentation.506 # grouped member an include statement to the documentation, telling the reader507 # which file to include in order to use the member.[all …]