void added inline comments.

================
Comment at: lib/Sema/SemaDecl.cpp:16411
     // this constant.  Skip this enum since it may be ill-formed.
-    if (!ECD) {
-      return;
-    }
+    if (!ECD) return;
 
----------------
nickdesaulniers wrote:
> probably don't need to adjust this line
I kinda felt compelled to do it when I saw it. Became twitchy. :-)


Repository:
  rC Clang

https://reviews.llvm.org/D53921



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

Reply via email to