diff options
author | Haojian Wu <hokein.wu@gmail.com> | 2022-09-19 15:04:42 +0200 |
---|---|---|
committer | Haojian Wu <hokein.wu@gmail.com> | 2022-09-19 19:18:50 +0200 |
commit | e782d9a4a49c8aaf65bea4209cb6a8e7739526ac (patch) | |
tree | de434d22c483f99aba2fa3a5a3fad0354e21b7c8 /llvm/lib/Support/Compression.cpp | |
parent | 582f8ef19fe791e66c0bbe090edebfd74ba2b55d (diff) | |
download | llvm-e782d9a4a49c8aaf65bea4209cb6a8e7739526ac.zip llvm-e782d9a4a49c8aaf65bea4209cb6a8e7739526ac.tar.gz llvm-e782d9a4a49c8aaf65bea4209cb6a8e7739526ac.tar.bz2 |
[clang] Fix a nullptr-access crash in CheckTemplateArgument.
It is possible that we can pass a null ParamType to
CheckNonTypeTemplateParameter -- the ParamType var can be reset to a null
type on Line 6940, and the followed bailout if is not entered.
Differential Revision: https://reviews.llvm.org/D134180
Diffstat (limited to 'llvm/lib/Support/Compression.cpp')
0 files changed, 0 insertions, 0 deletions