summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-03-09 16:46:57 +0000
committerGreg Clayton <gclayton@apple.com>2015-03-09 16:46:57 +0000
commit58ea3e35d0139c3afd5a07a0ca9a7fcf70ac6eb2 (patch)
treec375b1ea8bb586937e55fc52e70034e038f6a11e /clang/lib/StaticAnalyzer/Core/RegionStore.cpp
parentd9e577933b4cc21cdc475cf8514d6cb11fc671b1 (diff)
downloadbcm5719-llvm-58ea3e35d0139c3afd5a07a0ca9a7fcf70ac6eb2.tar.gz
bcm5719-llvm-58ea3e35d0139c3afd5a07a0ca9a7fcf70ac6eb2.zip
Fixed a bug where the expression parser relied on having symbols for things even if they were in the debug info.
The issue can happen if you strip your main executable and then run an expression and it would fail to find the stripped symbol and it would then not be able to make the function call. The issue was fixed by doing our normal FindFunctions call. <rdar://problem/20072750> llvm-svn: 231667
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/RegionStore.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud