Make sure is_indirect local var is initialized; there
authorJason Molenda <jmolenda@apple.com>
Wed, 15 Oct 2014 03:05:38 +0000 (03:05 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 15 Oct 2014 03:05:38 +0000 (03:05 +0000)
commit9aae9fcbaff0ebed058f72e0a1c59b6d2f2ed943
tree209bbfb6c7d4be86af0158e68487fc225daeca26
parent68c8521e71b7c6e6c95e087207c9f7fae70fd7ae
Make sure is_indirect local var is initialized; there
exists a code path where it could be used while uninitialized.
clang static analyzer fixit.

llvm-svn: 219769
lldb/source/Symbol/Symbol.cpp