tschuett added inline comments.

================
Comment at: clang/lib/AST/Expr.cpp:225
+
+  } else if (!Context.getAsIncompleteArrayType(getType()))
+    return false;
----------------
Could this be an early exit?


================
Comment at: clang/lib/AST/Expr.cpp:267
+
+    if (FD->getParent()->isUnion())
+      return true;
----------------
Could this be an early exit by moving it up?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134791/new/

https://reviews.llvm.org/D134791

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

Reply via email to