[PATCH] D131423: [clang] fix frontend crash when evaluating type trait
YingChi Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 23:07:53 PDT 2022
inclyc reclaimed this revision.
inclyc added a comment.
It seems that we are missing checks about if there is no enough parameter to intrinsic template `__is_constructible` here, and we should report an error. [WIP]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131423/new/
https://reviews.llvm.org/D131423
More information about the cfe-commits
mailing list