[cfe-commits] r152491 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Sema/ include/clang/Serialization/ lib/ARCMigrate/ lib/AST/ lib/Analysis/ lib/CodeGen/ lib/Rewrite/ lib/Sema/ lib/Serialization/ lib/StaticAnalyzer/Check

Eli Friedman eli.friedman at gmail.com
Mon Mar 12 14:02:42 PDT 2012


On Mon, Mar 12, 2012 at 1:11 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
> On Mar 10, 2012, at 1:33 AM, John McCall wrote:
>
>> Author: rjmccall
>> Date: Sat Mar 10 03:33:50 2012
>> New Revision: 152491
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=152491&view=rev
>> Log:
>> Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
>> track whether the referenced declaration comes from an enclosing
>> local context.  I'm amenable to suggestions about the exact meaning
>> of this bit.
>
> FYI, this caused the regression reported in:
>
>        http://llvm.org/bugs/show_bug.cgi?id=12248
>
> I haven't had a chance to look into it yet.

r152573.

-Eli




More information about the cfe-commits mailing list