[llvm-bugs] [Bug 47971] Clang-tidy fix for clang-diagnostic-logical-not-parentheses changes behavior

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 1 16:17:14 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=47971

Nathan James <N.James93 at hotmail.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Nathan James <N.James93 at hotmail.co.uk> ---
In
https://github.com/llvm/llvm-project/commit/abbe9e227ed31e5dde9bb7567bb9f0dd047689c6
The default behaviour for fixes has been changed. Now, by default, only fixes
attached to the warning will be applied. If there are no fixes attached and the
"--fix-notes" command line option is given, It will apply a fix found in a note
if there is only 1 note with a fix-it attached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210302/a9214da8/attachment.html>


More information about the llvm-bugs mailing list