]> granicus.if.org Git - clang/commit
[analyzer] Remove now-unused bindCompoundLiteral helper function.
authorJordan Rose <jordan_rose@apple.com>
Mon, 6 May 2013 16:48:26 +0000 (16:48 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 6 May 2013 16:48:26 +0000 (16:48 +0000)
commit00ffb8079b14cade816d8f668675e853e613dee0
tree80a2bf2deb8d3eaf06e57a0bacf7f6065573b593
parent6376703eb3325fe41233aed234fde81164af42a1
[analyzer] Remove now-unused bindCompoundLiteral helper function.

The one user has been changed to use getLValue on the compound literal
expression and then use the normal bindLoc to assign a value. No need
to special case this in the StoreManager.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181214 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp