Searched +refs:clang +refs:include +refs:fixer +refs:insert +refs:line (Results 1 – 6 of 6) 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-tools43 # Using the PROJECT_BRIEF tag one can provide an optional one line description88 # 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 compiler166 # first line (until the first dot) of a Javadoc-style comment as the brief175 # line (until the first dot) of a Qt-style comment as the brief description. If183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as185 # to treat a multi-line C++ comment block as a detailed description. Set this220 # "Side Effects:". You can put \n's in the value part of an alias to insert[all …]
19 The :option:`-I` command line option (run Python in isolated mode) is now176 Add end line and end column position information to the Python AST nodes.217 clang Memory Sanitizer build instrumentation was added to work around false405 they work properly under clang's Memory Sanitizer. A new configure flag489 Fix ``lineno`` and ``col_offset`` for multi-line string tokens.552 leads to more correct line reporting in tracing. This is the only case when698 Warn that line buffering is not supported if :func:`open` is called with835 Tracebacks show now correct line number for subexpressions in multiline836 expressions. Tracebacks show now the line number of the first line for837 multiline expressions instead of the line number of the last subexpression.[all …]
433 libc headers from the Linux Standard Base, which do not include some817 - Issue #25219: Update doc for Idle command line options.860 - Issue #24751: When running regrtest with the ``-w`` command line option,935 - Issue #23330: h2py now supports arbitrary filenames in #include.962 - Issue #21295: Revert some changes (issue #16795) to AST line numbers and1240 - Issue #20577: Configuration of the max line length for the FormatParagraph1360 compliant CRLF line endings.1381 line buffering, rather than block buffering. Patch by Akira Li.1504 parsing long line. Original patch by Raymond Hettinger.1819 - Issue #22201: Command-line interface of the zipfile module now correctly[all …]