diff options
author | Florian Hahn <flo@fhahn.com> | 2019-08-21 18:20:11 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2019-08-21 18:20:11 +0000 |
commit | 969b3e6a8fa3b324bbae72b089e2047f4741408b (patch) | |
tree | 972217254878f7290f62b21621241900093f299d /clang/lib/Basic/SourceManager.cpp | |
parent | e4876c9d71ee4f416578579169792a53b73e7cf8 (diff) | |
download | llvm-969b3e6a8fa3b324bbae72b089e2047f4741408b.zip llvm-969b3e6a8fa3b324bbae72b089e2047f4741408b.tar.gz llvm-969b3e6a8fa3b324bbae72b089e2047f4741408b.tar.bz2 |
[BitcodeReader] Check if we can create a null constant for type.
We cannot create null constants for certain types, e.g. VoidTy,
FunctionTy or LabelTy. getNullValue asserts if we pass in an
unsupported type. We should also check for opaque types, but I'm not
sure how.
This fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14795.
Reviewers: t.p.northover, jfb, vsk
Reviewed By: vsk
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D65897
llvm-svn: 369557
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions