[all-commits] [llvm/llvm-project] d4a8c7: [clang] Fix ICE on invalid type parameters for con...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Mar 12 16:23:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4a8c7359b57bafc7bfa2a9dea30017fb0153c1a
https://github.com/llvm/llvm-project/commit/d4a8c7359b57bafc7bfa2a9dea30017fb0153c1a
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2021-03-13 (Sat, 13 Mar 2021)
Changed paths:
M clang/lib/Sema/SemaType.cpp
M clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
Log Message:
-----------
[clang] Fix ICE on invalid type parameters for concepts
See PR48593.
Constraints with invalid type parameters were causing a null pointer
dereference.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D98095
More information about the All-commits
mailing list