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

David Blaikie <dblai...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
                 CC|                            |dblai...@gmail.com

--- Comment #1 from David Blaikie <dblai...@gmail.com> ---
Yep, this is intended behavior.

Whenever Clang emits a suggested fix on a warning or error, it will continue as
though the fix is what was originally written - this way, if the user fixes it
the same way the compiler guessed, they can continue reading the rest of the
compiler diagnostic output and addressing those issues as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to