[cfe-commits] r43342 - /cfe/trunk/include/clang/AST/Stmt.h
Chris Lattner
clattner at apple.com
Thu Oct 25 19:54:10 PDT 2007
On Oct 25, 2007, at 3:30 PM, Ted Kremenek wrote:
>
> On Oct 25, 2007, at 9:38 AM, Chris Lattner wrote:
>
>> For VC++ compatibility, should SerializeTrait standardize on
>> 'class' instead of struct?
>
> SerializeTraits will only have static methods and no state. Have
> "public" be the default access makes more sense, hence
> "struct" (which means we need to do struct all the time). What do
> you think?
Sounds fine to me, as long as it's consistent :)
-Chris
More information about the cfe-commits
mailing list