[cfe-commits] r157970 - in /cfe/trunk: lib/CodeGen/CGDebugInfo.cpp test/CodeGenCXX/debug-info-template-member.cpp test/CodeGenCXX/debug-info-user-def.cpp test/CodeGenCXX/debug-lambda-expressions.cpp

Eric Christopher echristo at apple.com
Tue Jun 5 00:28:42 PDT 2012


On Jun 4, 2012, at 11:12 PM, John McCall wrote:

> On Jun 4, 2012, at 9:45 PM, John McCall wrote:
>> On Jun 4, 2012, at 5:15 PM, Eric Christopher wrote:
>>> Author: echristo
>>> Date: Mon Jun  4 19:15:06 2012
>>> New Revision: 157970
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=157970&view=rev
>>> Log:
>>> Only emit debug information for methods that are user defined, there's
>>> not much reason to emit for constructors and destructors that aren't
>>> user defined.
>>> 
>>> rdar://11593099
>> 
>> Eric, it looks like this is breaking one of the clang debug info tests:
>> Clang :: debuginfo-tests___forward-declare-class.cpp
>> 
>> http://smooshlab.apple.com:8013/builders/clang-x86_64-darwin10-nobootstrap-RA/builds/633
> 
> I reverted in r157983.

Weird, thanks. I was trying to check the bots this evening but they'd frozen for a while. I'll check why this failed in a bit.

-eric



More information about the cfe-commits mailing list