LGTM
================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:4847
@@ -4846,1 +4846,3 @@
+def err_increment_decrement_enum : Error<
+ "cannot %select{decrement|increment}0 expression of type %1">;
def err_catch_incomplete_ptr : Error<
----------------
Maybe "... of enum type %1"?
http://llvm-reviews.chandlerc.com/D1205
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
