[cfe-commits] r43268 - in /cfe/trunk: CodeGen/CodeGenTypes.cpp CodeGen/CodeGenTypes.h test/CodeGen/struct.c
Chris Lattner
clattner at apple.com
Tue Oct 23 17:17:51 PDT 2007
On Oct 23, 2007, at 5:16 PM, Devang Patel wrote:
>> Should there be a helper method that does the RecordTypesToResolve
>> lookup? It could return a recorddecl* or null pointer if not in
>> the map.
>
> This is only one lookup. But helper method is fine with me. ok.
Good point, in that case, no need for an accessor,
-Chris
More information about the cfe-commits
mailing list