[PATCH] D74380: Fix SFINAE in llvm::bit_cast.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 23:21:23 PST 2020
jlebar added a comment.
Thank you for the reviews!
> this sounds like something that might make a nice clang-tidy check?
Good idea! Is there a place where people keep track of open clang-tidy check requests?
(Another way this could have been caught is if LLVM supported "negative compilation tests", i.e. unit tests that check that certain code doesn't compile.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74380/new/
https://reviews.llvm.org/D74380
More information about the llvm-commits
mailing list