[PATCH] D98095: [clang] Fix ICE on invalid type parameters for concepts
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 5 18:12:28 PST 2021
mizvekov created this revision.
mizvekov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
See PR48593.
Constraints with invalid type parameters were causing a null pointer
dereference.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98095
Files:
clang/lib/Sema/SemaType.cpp
clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98095.328712.patch
Type: text/x-patch
Size: 5148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210306/0da9cfbb/attachment-0001.bin>
More information about the cfe-commits
mailing list