On Fri, Aug 5, 2016 at 12:03 PM, David Blaikie via cfe-commits <cfe-commits@lists.llvm.org> wrote: > Author: dblaikie > Date: Fri Aug 5 14:03:01 2016 > New Revision: 277852 > > URL: http://llvm.org/viewvc/llvm-project?rev=277852&view=rev > Log: > PR26423: Assert on valid use of using declaration of a function with an > undeduced auto return type > > For now just disregard the using declaration in this case. Suboptimal, > but wiring up the ability to have declarations of functions that are > separate from their definition (we currently only do that for member > functions) and have differing return types (we don't have any support > for that) is more work than seems reasonable to at least fix this crash. > > Modified: > cfe/trunk/lib/CodeGen/CGDebugInfo.cpp > cfe/trunk/test/CodeGenCXX/debug-info-cxx1y.cpp
Merged to 3.9 in r278877. Cheers, Hans _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits