[PATCH] D66143: Don't use std::errc

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 08:15:28 PDT 2019


thakis added a comment.

This isn't in a hot codepath, so the virtual calls aren't super important.

This not working in some libstdc++s is important of course, but llvm's Errc.h claims "std::error_code works OK on all platforms we use". I guess that's not true? Can you include more details on which platforms this is broken?


Repository:
  rC Clang

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

https://reviews.llvm.org/D66143





More information about the cfe-commits mailing list