LGTM ================ Comment at: include/clang/Sema/Scope.h:116 @@ -114,1 +115,3 @@ + /// This scope corresponds to an enum. + EnumScope = 0x40000 }; ---------------- 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.
http://reviews.llvm.org/D4164 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
