This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] [gdb/testsuite] include a use of the definition of a type to cause clang to emit debug info


David Blaikie writes:
 > commit 24a8810a97155710d3c53b401eb8729bc4f80c00
 > Author: David Blaikie <dblaikie@gmail.com>
 > Date:   Sun Apr 13 00:48:45 2014 -0700
 > 
 >     Return by value to coax Clang into emitting the full definition of a test type.
 >     
 >     gdb/testsuite/
 >     	* gdb.cp/pr10728-x.cc: Return by value instead of pointer to coax
 >     	Clang into emitting the definition of the type.
 >     	* gdb.cp/pr10728-x.h: Ditto.
 >     	* gdb.cp/pr10728-y.cc: Ditto.

LGTM with one nit.

ChangeLog conventions require one to document the function
in which the change went.
There's plenty of existing boilerplate to copy from.

Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]