[PATCH] Do not attach a debug location to code inserted by ARC / API for disabling DebugLocations

John McCall rjmccall at apple.com
Mon Apr 8 10:40:13 PDT 2013


On Apr 5, 2013, at 5:22 PM, Adrian Prantl <aprantl at apple.com> wrote:
> Patch for review, mostly for the IRBuilder::DisableDebugLocations() part.
> 
> Do not attach a debug location to code inserted by ARC --
> it would create a spurious line table entry at the closing } of the scope.

Is this a problem?  Just that we don't want "next" to stop here?

John.



More information about the cfe-commits mailing list