Searched +refs:clang +refs:include +refs:fixer +refs:from +refs:symbol (Results 1 – 5 of 5) 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` adds14 missing namespace qualifiers to all instances of an unidentified symbol if15 the symbol is missing some prefix namespace qualifiers.20 To use :program:`clang-include-fixer` two databases are required. Both can be25 - Symbol index. Contains all symbol information in a project to match a given30 correspond to. Then the :program:`clang-include-fixer` can automatically pick31 them up if called with a source file from that tree. Note that by default[all …]
35 PROJECT_NAME = clang-tools88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member106 # as the leading text of the brief description, will be stripped from the text140 # If left blank the directory from which doxygen is run is used as the path to144 # will be relative from the directory where doxygen is started.151 # 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 compiler195 # documentation from any documented member that it re-implements.294 # to include (a tag file for) the STL sources as input, then you should set this376 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This[all …]
168 - Issue #24806: Prevent builtin types that are not allowed to be subclassed from209 - Issue #23985: Fix a possible buffer overrun when deleting a slice from304 exceptions from importing packages.319 - Issue #25471: Sockets returned from accept() shouldn't appear to be322 - Issue #25441: asyncio: Raise error from drain() when socket is closed.337 submit a coroutine to a loop from another thread, returning a343 - Issue #25232: Fix CGIRequestHandler to split the query from the URL at the344 first question mark (?) rather than the last. Patch from Xiang Zhang.346 - Issue #24657: Prevent CGIRequestHandler from collapsing slashes in the347 query part of the URL as if it were a path. Patch from Xiang Zhang.[all …]