================ Comment at: include/clang/Sema/Scope.h:116 @@ -114,1 +115,3 @@ + /// This scope corresponds to an enum. + EnumScope = 0x40000 }; ---------------- Hans Wennborg wrote: > David Majnemer wrote: > > Please make this enumerator end with a comma, it will make the history > > nicer in the future when somebody else needs to add something here. > I guess this is legal now that we're using C++11, and I see the motivation, > but do we generally do this in Clang or LLVM? I feel like I've seen other > enumerations ending with a comma. Some people expressed that they like having the comma there, so I'll add it.
http://reviews.llvm.org/D4164 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
