[patch] Remove an assert that was added in r220085 that isn't true for invalid inputs

Nico Weber thakis at chromium.org
Mon Dec 29 14:41:43 PST 2014


Hi,

r220085 moved some existing code into a new function, added another caller
to that function, and added a new assert to the existing code. This assert
fires on invalid inputs (see test in patch). Removing it seems to work, and
the assert wasn't there before.

Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141229/021d07db/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-qualname-assert.patch
Type: application/octet-stream
Size: 1210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141229/021d07db/attachment.obj>


More information about the cfe-commits mailing list