[LLVMbugs] [Bug 21864] [fuzz] Assertion `QualifierLoc && "should be created for dependent qualifiers"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 17 11:35:10 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21864

Reid Kleckner <rnk at google.com> changed:

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

--- Comment #3 from Reid Kleckner <rnk at google.com> ---
I think the assert is valid, we shouldn't make these nodes with an empty NNS
location.

It turns out we were forming these while recovering from errors. The other
error recovery paths simply return ExprError(), so let's do that in r224451.

-- 
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/20141217/a22336c7/attachment.html>


More information about the llvm-bugs mailing list