r258396 - Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 13:36:50 PST 2016


LGTM for 3.8.

On Thu, Jan 21, 2016 at 1:10 PM, Hans Wennborg <hans at chromium.org> wrote:
> Richard, it was suggested (in
> https://llvm.org/bugs/show_bug.cgi?id=26059#c7) that this gets merged
> to 3.8. I believe this falls under your ownership.
>
> On Thu, Jan 21, 2016 at 4:54 AM, Alexey Bataev via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: abataev
>> Date: Thu Jan 21 06:54:48 2016
>> New Revision: 258396
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=258396&view=rev
>> Log:
>> Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.
>>
>> Modified:
>>     cfe/trunk/lib/Sema/SemaExpr.cpp
>>     cfe/trunk/test/CodeGenCXX/lambda-expressions.cpp


More information about the cfe-commits mailing list