summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-05-09 22:04:36 +0000
committerSean Callanan <scallanan@apple.com>2011-05-09 22:04:36 +0000
commite359d9b771d8524b64a874bcb86ebac4c1a127be (patch)
tree51f0f45f09c46b6e2959c8f04008c2ac1f2c8a52 /clang/lib/Sema/SemaDecl.cpp
parent7adbed6b4da6cf5e91ceb0fbd0a0a7c78f3e13be (diff)
downloadbcm5719-llvm-e359d9b771d8524b64a874bcb86ebac4c1a127be.tar.gz
bcm5719-llvm-e359d9b771d8524b64a874bcb86ebac4c1a127be.zip
Fixed a bug in which expression-local variables were
treated as being permanently resident in target memory. In fact, since the expression's stack frame is deleted and potentially re-used after the expression completes, the variables need to be treated as being freeze-dried. llvm-svn: 131104
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud