[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

John McCall rjmccall at apple.com
Mon Jun 4 21:45:21 PDT 2012


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

John.



More information about the cfe-commits mailing list