Home
last modified time | relevance | path

Searched +refs:clang +refs:include +refs:fixer (Results 1 – 20 of 20) 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 Dindex.rst5 Welcome to the clang-tools-extra project which contains extra tools built using
18 clang-tidy/index
19 clang-include-fixer
23 clang-doc
29 tools of clang-tools-extra, not the **external** use of these tools. The Doxygen
40 Since the tools of clang-tools-extra are constantly under active
H A DReleaseNotes.rst28 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 Ddoxygen.cfg.in35 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
294 # to include (a tag file for) the STL sources as input, then you should set this
478 # will be excluded. Set it to YES to include the internal documentation.
506 # grouped member an include statement to the documentation, telling the reader
507 # which file to include in order to use the member.
512 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
748 @abs_srcdir@/../clang-apply-replacements \
[all …]
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DCMakeLists.txt3 add_clang_tool(clang-include-fixer
7 clang_target_link_libraries(clang-include-fixer
17 target_link_libraries(clang-include-fixer
23 install(FILES clang-include-fixer.el
24 DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
25 COMPONENT clang-include-fixer)
26 install(FILES clang-include-fixer.py
27 DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
28 COMPONENT clang-include-fixer)
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/tool/
H A DBUILD.gn1 executable("clang-include-fixer") {
4 "//clang-tools-extra/clang-include-fixer",
5 "//clang-tools-extra/clang-include-fixer/find-all-symbols",
6 "//clang/lib/Basic",
7 "//clang/lib/Format",
8 "//clang/lib/Frontend",
9 "//clang/lib/Rewrite",
10 "//clang/lib/Serialization",
11 "//clang/lib/Tooling",
12 "//clang/lib/Tooling/Core",
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/
H A DBUILD.gn6 "//clang-tools-extra/clang-include-fixer",
7 "//clang-tools-extra/clang-include-fixer/find-all-symbols",
8 "//clang/lib/Basic",
9 "//clang/lib/Format",
10 "//clang/lib/Frontend",
11 "//clang/lib/Rewrite",
12 "//clang/lib/Serialization",
13 "//clang/lib/Tooling",
14 "//clang/lib/Tooling/Core",
18 "//clang-tools-extra/clang-include-fixer",
[all …]
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/unittests/
H A DBUILD.gn1 import("//clang-tools-extra/clangd/xpc/enable.gni")
5 "clang-apply-replacements:ClangApplyReplacementsTests",
6 "clang-change-namespace:ClangChangeNamespaceTests",
7 "clang-doc:ClangDocTests",
8 "clang-include-fixer:ClangIncludeFixerTests",
9 "clang-include-fixer/find-all-symbols:FindAllSymbolsTests",
10 "clang-move:ClangMoveTests",
11 "clang-query:ClangQueryTests",
12 "clang-tidy:ClangTidyTests",
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
H A DBUILD.gn6 "//clang-tools-extra/clang-include-fixer/find-all-symbols",
7 "//clang/lib/AST",
8 "//clang/lib/ASTMatchers",
9 "//clang/lib/Basic",
10 "//clang/lib/Frontend",
11 "//clang/lib/Lex",
12 "//clang/lib/Serialization",
13 "//clang/lib/Tooling",
16 include_dirs = [ "//clang-tools-extra/clang-include-fixer/find-all-symbols" ]
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/
H A DBUILD.gn1 static_library("clang-include-fixer") {
5 "//clang-tools-extra/clang-include-fixer/find-all-symbols",
6 "//clang/lib/AST",
7 "//clang/lib/Basic",
8 "//clang/lib/Format",
9 "//clang/lib/Frontend",
10 "//clang/lib/Lex",
11 "//clang/lib/Parse",
12 "//clang/lib/Sema",
13 "//clang/lib/Serialization",
[all …]
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/test/
H A DBUILD.gn1 import("//clang-tools-extra/clang-tidy/enable.gni")
2 import("//clang/lib/StaticAnalyzer/Frontend/enable.gni")
14 rebase_path(get_label_info("//clang-tools-extra", "target_out_dir")),
15 "CLANG_TOOLS_SOURCE_DIR=" + rebase_path("//clang-tools-extra"),
31 input = "//clang-tools-extra/test/lit.site.cfg.py.in"
60 input = "//clang-tools-extra/test/Unit/lit.site.cfg.py.in"
65 # This target should contain all dependencies of check-clang-tools.
67 # prerequisites for check-clang but doesn't run check-clang itsel
[all...]
/llvm-project/clang-tools-extra/
H A DCMakeLists.txt3 include(CMakeDependentOption)
4 include(GNUInstallDirs)
7 "Include static analyzer checks in clang-tidy" ON)
10 umbrella_lit_testsuite_begin(check-clang-tools)
18 add_subdirectory(clang-apply-replacements)
19 add_subdirectory(clang-reorder-fields)
21 add_subdirectory(clang-tidy)
23 add_subdirectory(clang-change-namespace)
24 add_subdirectory(clang-doc)
25 add_subdirectory(clang
[all...]
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A DBUILD.gn4 "//clang-tools-extra/clang-include-fixer/find-all-symbols",
5 "//clang/lib/AST",
6 "//clang/lib/ASTMatchers",
7 "//clang/lib/Basic",
8 "//clang/lib/Frontend",
9 "//clang/lib/Lex",
10 "//clang/lib/Serialization",
11 "//clang/lib/Tooling",
/llvm-project/clang-tools-extra/unittests/
H A DCMakeLists.txt8 add_subdirectory(clang-apply-replacements)
9 add_subdirectory(clang-change-namespace)
10 add_subdirectory(clang-doc)
11 add_subdirectory(clang-include-fixer)
12 add_subdirectory(clang-move)
13 add_subdirectory(clang-query)
14 add_subdirectory(clang-tidy)
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/plugin/
H A DBUILD.gn5 "//clang-tools-extra/clang-include-fixer",
6 "//clang/lib/AST",
7 "//clang/lib/Basic",
8 "//clang/lib/Frontend",
9 "//clang/lib/Parse",
10 "//clang/lib/Sema",
11 "//clang/lib/Tooling",
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DCMakeLists.txt6 ${CMAKE_CURRENT_SOURCE_DIR}/../../clang-include-fixer REALPATH)
11 # We'd like to clang/unittests/Tooling/RewriterTestContext.h in the test.
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
H A DCMakeLists.txt7 ${CMAKE_CURRENT_SOURCE_DIR}/../../../clang-include-fixer/find-all-symbols REALPATH)
/llvm-project/clang-tools-extra/test/
H A DCMakeLists.txt31 # For the clang-doc tests that emit bitcode files.
35 clang-apply-replacements
36 clang-change-namespace
37 clang-doc
38 clang-include-fixer
39 clang-move
40 clang-query
41 clang
[all...]
/llvm-project/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel27 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...]
/llvm-project/clang/docs/
H A DClangFormattedStatus.rst