summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-04-16 21:29:40 +0000
committerJohn McCall <rjmccall@apple.com>2013-04-16 21:29:40 +0000
commitb7ff6db3b15ebb463ee53d552a6c1bba73a9d7c5 (patch)
treeeff8a9ee0699ccf9ef15db438e5beaff65952af7 /clang/lib/CodeGen/CodeGenModule.cpp
parentd17c3dc60ffe5fc6d2a06a88e3534e4f498bec19 (diff)
downloadbcm5719-llvm-b7ff6db3b15ebb463ee53d552a6c1bba73a9d7c5.tar.gz
bcm5719-llvm-b7ff6db3b15ebb463ee53d552a6c1bba73a9d7c5.zip
objc_autoreleasePoolPop() can throw if a -dealloc does.
Model it as throwing so that the exception can be caught. This is generally not expected to have significant code-size impact because the contents of the @autoreleasepool block are very likely to contain a call, very likely at the same cleanup level as the @autoreleasepool itself. rdar://13660038 llvm-svn: 179630
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud