Add null-checks around getter/setter before using them.
authorJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:55:08 +0000 (01:55 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:55:08 +0000 (01:55 +0000)
commit9bdc4e1a59a89b35d6625057b4e91fe8b7073756
tree8e86fd1d2af94bcbb7e58148d62a60b2158f1e69
parent93a13de304371dece5d57bd43831e77b6a14d4e4
Add null-checks around getter/setter before using them.
clang static analyzer fixit.

llvm-svn: 220024
lldb/source/Symbol/ClangASTType.cpp