Home
last modified time | relevance | path

Searched +refs:clang +refs:include +refs:fixer +refs:executable (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/tool/
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",
/external/llvm-project/clang-tools-extra/docs/
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 …]
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
DBUILD.gn1 executable("find-all-symbols") {
4 "//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",
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst217 clang Memory Sanitizer build instrumentation was added to work around false
405 they work properly under clang's Memory Sanitizer. A new configure flag
1331 Fixed clang ubsan (undefined behavior sanitizer) warnings in dictobject.c by
2298 available and the *executable* parameter is not set.
2750 The :term:`2to3` :2to3fixer:`execfile` fixer now opens the file with mode
2927 On Cygwin and MinGW, ensure that ``sys.executable`` always includes the full
3073 ZIP files created by :mod:`distutils` will now include entries for
3820 The :2to3fixer:`reload` fixer now uses :func:`importlib.reload` instead of
5942 Do not include name field in SMTP envelope from address. Patch by Stéphane
6440 deprecated in their respective docstring, and include version since
[all …]
/external/python/cpython3/Misc/
DHISTORY433 libc headers from the Linux Standard Base, which do not include some
879 the resulting executable faster.
935 - Issue #23330: h2py now supports arbitrary filenames in #include.
2117 include directories if they aren't already being searched. This avoids
2731 ifconfig executable is not available.
2784 - Issue #19936: Added executable bits or shebang lines to Python scripts which
2785 requires them. Disable executable bits and shebang lines in test and
3173 - Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
3266 Python executable and not removed by the linker's optimizer.
3819 - Issue #10712: 2to3 has a new "asserts" fixer that replaces deprecated names
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz