File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,8 +644,8 @@ New features
644
644
if class of allocation and deallocation function mismatches.
645
645
`Documentation <https://clang.llvm.org/docs/analyzer/checkers.html#unix-mismatcheddeallocator-c-c >`__.
646
646
647
- - Function effects, e.g. the ``nonblocking `` and ``nonallocating `` "performance constraint"
648
- attributes, are now verified. For example, for functions declared with the ``nonblocking ``
647
+ - Function effects, e.g. the ``nonblocking `` and ``nonallocating `` "performance constraint"
648
+ attributes, are now verified. For example, for functions declared with the ``nonblocking ``
649
649
attribute, the compiler can generate warnings about the use of any language features, or calls to
650
650
other functions, which may block.
651
651
You can’t perform that action at this time.
0 commit comments