aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReaderDecl.cpp
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2010-06-20 04:30:57 +0000
committerJordy Rose <jediknil@belkadan.com>2010-06-20 04:30:57 +0000
commitc580f2e189810ae655c889536644470575bc551a (patch)
treed4e5e454088a4a220b05d69836b09186c58e1c3c /lib/Frontend/PCHReaderDecl.cpp
parent8f9359f5ae1227f3b489d1d261225d8180b64ed3 (diff)
Casting to void* or any other pointer-to-sizeless type (e.g. function pointers) causes a divide-by-zero error. Simple fix: check if the pointee type size is 0 and bail out early if it is.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReaderDecl.cpp')
0 files changed, 0 insertions, 0 deletions