[PATCH] D137901: [Clang] `nothrow`-implying attributes should actually manifest `nothrow` attribute (PR58798)

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 08:53:31 PST 2022


lebedev.ri abandoned this revision.
lebedev.ri added a comment.

Actually, apparently those attributes really do introduce UB, so it is correct that they do not cause program termination.
https://reviews.llvm.org/D137381#3927923


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137901



More information about the cfe-commits mailing list