Home
last modified time | relevance | path

Searched +refs:clang +refs:include +refs:fixer +refs:init +refs:string (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/docs/
DReleaseNotes.rst27 the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
52 Improvements to clang-doc
57 Improvements to clang-query
62 Improvements to clang-rename
67 Improvements to clang-tidy
70 - Checks that allow configuring names of headers to include now support wrapping
71 the include in angle brackets to create a system include. For example,
72 :doc:`cppcoreguidelines-init-variables
73 <clang-tidy/checks/cppcoreguidelines-init-variables>` and
74 :doc:`modernize-make-unique <clang-tidy/checks/modernize-make-unique>`.
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst217 clang Memory Sanitizer build instrumentation was added to work around false
269 Improved syntax error messages for unbalanced parentheses in f-string.
394 sequence at the end of a string such as ``'\N'``. It would read one byte
405 they work properly under clang's Memory Sanitizer. A new configure flag
489 Fix ``lineno`` and ``col_offset`` for multi-line string tokens.
584 for invalid escape sequences in string and bytes literals.
593 Fixed a crash in compiling string annotations containing a lambda with a
1265 parentheses in the string representation.
1331 Fixed clang ubsan (undefined behavior sanitizer) warnings in dictobject.c by
1686 New function unicodedata.is_normalized, which can check whether a string is
[all …]
/external/python/cpython3/Misc/
DHISTORY145 - Issue #25709: Fixed problem with in-place string concatenation and utf-8
236 is wider then partitioned string.
359 - Issue #25034: Fix string.Formatter problem with auto-numbering and
390 host, to handle correctly custom string with an encode() method which doesn't
391 return a byte string. The encoder of the IDNA codec is now called directly
392 instead of calling the encode() method of the string.
400 - Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
433 libc headers from the Linux Standard Base, which do not include some
507 - Issue #5633: Fixed timeit when the statement is a string and the setup is not.
625 - Issue #23671: string.Template now allows to specify the "self" parameter as
[all …]