[cfe-commits] r127018 - /cfe/trunk/lib/CodeGen/CGExpr.cpp

Douglas Gregor dgregor at apple.com
Fri Mar 4 11:04:03 PST 2011


On Mar 4, 2011, at 10:54 AM, Devang Patel wrote:

> Author: dpatel
> Date: Fri Mar  4 12:54:42 2011
> New Revision: 127018
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127018&view=rev
> Log:
> Emit a stop point before a call expression so that debugger has some chance of getting some footing when user wants to stop at 2nd bar() in following expression when all function calls are inlined.
>  = bar() + ... + bar() + ...
> 
> clang keeps track of column numbers, so we could put location entries for all subexpressions but that will significantly bloat debug info in general, 

Is this a guess, or have we tried it?

	- Doug



More information about the cfe-commits mailing list