[cfe-commits] r65381 - in /cfe/trunk: lib/CodeGen/CGExprConstant.cpp test/CodeGen/const-init.c
Eli Friedman
eli.friedman at gmail.com
Tue Feb 24 10:56:56 PST 2009
On Tue, Feb 24, 2009 at 10:56 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Tue, Feb 24, 2009 at 10:41 AM, Daniel Dunbar <daniel at zuster.org> wrote:
>> + // We can never refer to a variable with local storage.
>> + if (!VD->hasLocalStorage()) {
>
> This should be an assertion, no?
Wait, nevermind.
-Eli
More information about the cfe-commits
mailing list