forked from OSchip/llvm-project
[clang-tidy] Add missing close quote in release notes.
Sorry for the breakage.
This commit is contained in:
parent
a29a1a33ac
commit
b50542f21e
|
@ -210,7 +210,7 @@ Changes in existing checks
|
|||
template has an unnecessary value paramter. Removed the fix for a template.
|
||||
|
||||
- Fixed a bug in :doc:`bugprone-use-after-move
|
||||
<clang-tidy/checks/bugprone-use-after-move> where a move in a lambda capture
|
||||
<clang-tidy/checks/bugprone-use-after-move>` where a move in a lambda capture
|
||||
was treated as if it happened within the body of the lambda, not within the
|
||||
function that defines the lambda.
|
||||
|
||||
|
|
Loading…
Reference in New Issue