]> granicus.if.org Git - clang/commit
[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)
commit472b0613ff67e8598ef6a69bb478c721b21a9294
tree77f17f6f2899449cc5600de68f88f01f35b504ad
parent4a3012d4dd9748b18b53b90e855989d98308f990
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/RegionStore.cpp