]> granicus.if.org Git - clang/commit
Add partial CFG support for Objective-C exception-handling blocks. We basically
authorTed Kremenek <kremenek@apple.com>
Mon, 30 Mar 2009 22:29:21 +0000 (22:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 30 Mar 2009 22:29:21 +0000 (22:29 +0000)
commite31c0d206b872b056dc42c3af21b11d5de4edfd9
tree150ac4975630cfdda884766efb13b144af02ec32
parente8e86482da4c1872673bbb9c237649229d19793b
Add partial CFG support for Objective-C exception-handling blocks. We basically
assume that @catch blocks are never executed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68072 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CFG.cpp