]> granicus.if.org Git - clang/commit
modern objective-c translation: writing @try/@catch/@finally
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 15 Mar 2012 23:50:33 +0000 (23:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 15 Mar 2012 23:50:33 +0000 (23:50 +0000)
commit220419acf26033d794edef802cbb916a4d2896b4
tree47158226c749d9b64b88d84232476cbfd2f52b92
parenta43ef3e0511dc48d98d61598163c9deddc09cb9c
modern objective-c translation: writing @try/@catch/@finally
statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/RewriteModernObjC.cpp
test/Rewriter/rewrite-modern-try-catch-finally.m [new file with mode: 0644]