[PATCH] D76323: [AST] Fix handling of long double and bool in __builtin_bit_cast
Raul Tambre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 18 06:10:32 PDT 2020
tambre added a comment.
For reference, I've been using this + D75960 <https://reviews.llvm.org/D75960> in my employer's Clang build for almost two months. We have been using `std::bit_cast` in our codebase quite a bit and haven't encountered any issues with these two changes. It would be nice too see this merged.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76323/new/
https://reviews.llvm.org/D76323
More information about the cfe-commits
mailing list