[llvm-bugs] [Bug 37508] Clang parsing the header file in spite of not finding it

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 18 11:27:23 PDT 2018


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

David Blaikie <dblaikie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
                 CC|                            |dblaikie at gmail.com

--- Comment #1 from David Blaikie <dblaikie at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180518/5517a39b/attachment.html>


More information about the llvm-bugs mailing list