[analyzer] Tidy up a few uses of Optional in RegionStore.
authorJordan Rose <jordan_rose@apple.com>
Thu, 21 Feb 2013 03:12:21 +0000 (03:12 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 21 Feb 2013 03:12:21 +0000 (03:12 +0000)
commit55219d55a655bc90ccf2761fbf4e4b25a60b9ade
treeb7ec5b185a4cd552d420b5c4d3a9927fb97fe4c0
parentc2b5d1f9b9164bd25fe64003b4573bf2a74cbb6d
[analyzer] Tidy up a few uses of Optional in RegionStore.

Some that I just added needed conversion to use 'None', others looked
better using Optional<SVal>::create.

No functionality change.

llvm-svn: 175714
clang/lib/StaticAnalyzer/Core/RegionStore.cpp