[llvm-bugs] [Bug 39007] clang-cl CommentParser.cpp crashes	compiling opencv
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Tue Oct  2 16:01:52 PDT 2018
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=39007
Reid Kleckner <rnk at google.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |r343641
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #6 from Reid Kleckner <rnk at google.com> ---
(In reply to Anush Elangovan from comment #5)
> Thanks for the opencv fixes and the quick repro.
No problem!
I ended up removing the CommentParser.cpp assertion in r343641. The code
continues on to create an empty paragraph comment, but that's just fine.
There's no reason to assert that the paragraph must have some non-whitespace
contents.
-- 
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/20181002/d43adf09/attachment.html>
    
    
More information about the llvm-bugs
mailing list