[PATCH] D78938: Fixing all comparisons for C++20 compilation.

David Stone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 24 15:59:37 PDT 2020


davidstone added a comment.

I noticed the missing return because there is a warning (not as error) that caught it, I think the warning about falling off the end of a non-void-returning function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78938





More information about the cfe-commits mailing list