hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Sema/SemaDeclObjC.cpp:510
@@ -509,3 +509,3 @@
 
-    if (PrevDecl && SuperClassDecl == 0) {
+    if (PrevDecl && (!SuperClassDecl)) {
       // The previous declaration was not a class decl. Check if we have a
----------------
I don't think the extra parentheses are customary here.


Repository:
  rL LLVM

http://reviews.llvm.org/D13406



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to