lebedev.ri added inline comments.

================
Comment at: lib/Sema/SemaChecking.cpp:8697
+
+  return true;
 }
----------------
If the diagnostic we are about to output is disabled, should we still `return 
true;` and suppress potential `-Wsign-compare` warning?


Repository:
  rL LLVM

https://reviews.llvm.org/D38101



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

Reply via email to