[libc-commits] [PATCH] D141041: [libc] Mark public C++ functions noexcept

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 5 08:06:54 PST 2023


abrachet added a comment.

These aren't the public headers, so this is only marking it noexcept in a context where we likely already build without exceptions. We also don't every query if a function is noexcept in the code base either for the same reason. So I'm not sure what this is accomplishing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141041



More information about the libc-commits mailing list