Displaying 2 results from an estimated 2 matches for "filltypenamet".
2008 Oct 29
0
[LLVMdev] maintaining names for types
On Oct 29, 2008, at 10:50 AM, Scott Graham wrote:
> Relatedly, it would be convenient to have a way to reliably influence
> which name gets chosen for the merged type. If I could at least have
> things like "%ObjHeader" not turn into
> "%SomeUserCodeType_NestedUserClass_Blorp", that would go a long way.
What rule would you use to pick between the two? min(strlen)?
2008 Oct 29
2
[LLVMdev] maintaining names for types
Shucks, I figured as much, but I was hoping...
Relatedly, it would be convenient to have a way to reliably influence
which name gets chosen for the merged type. If I could at least have
things like "%ObjHeader" not turn into
"%SomeUserCodeType_NestedUserClass_Blorp", that would go a long way.
scott
On Tue, Oct 28, 2008 at 9:16 PM, Daniel Dunbar <daniel at zuster.org>