[cfe-commits] r136964 - /cfe/trunk/lib/Sema/SemaChecking.cpp
Chris Lattner
clattner at apple.com
Fri Aug 5 10:03:48 PDT 2011
On Aug 5, 2011, at 1:07 AM, Chandler Carruth wrote:
> Author: chandlerc
> Date: Fri Aug 5 03:07:29 2011
> New Revision: 136964
>
> URL: http://llvm.org/viewvc/llvm-project?rev=136964&view=rev
> Log:
> Finally getting around to re-working this to more accurately white-list
> 1-element character arrays which are serving as flexible arrays. This is
> the initial step, which is to restrict the 1-element array whitelist to
> arrays that are member declarations. I'll refine it from here based on
> the proposed patch.
Cool, thanks for pushing this forward. With this patch, several of the changes to the testsuite that I made when I landed my hack patch can be changed back.
-Chris
More information about the cfe-commits
mailing list