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

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 13:10:37 PST 2016


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