r181957 - Cleanup: Use a member variable to store the SourceLocation for EH code.

Adrian Prantl aprantl at apple.com
Wed May 15 17:48:14 PDT 2013


On May 15, 2013, at 5:46 PM, David Blaikie <dblaikie at gmail.com> wrote:

> 
> 
> 
> On Wed, May 15, 2013 at 5:41 PM, Adrian Prantl <aprantl at apple.com> wrote:
> Author: adrian
> Date: Wed May 15 19:41:26 2013
> New Revision: 181957
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=181957&view=rev
> Log:
> Cleanup: Use a member variable to store the SourceLocation for EH code.
> rdar://problem/13888152
> 
> What's the actual bug this is addressing? A performance problem due to recomputing the location? Or a correctness issue? (in which case a test case would be nice)

This is just a refactoring, but I depend on it in 181958.

-- adrian



More information about the cfe-commits mailing list