]> granicus.if.org Git - clang/commit
Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:58:56 +0000 (20:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:58:56 +0000 (20:58 +0000)
commitde3b8fb02bd86a592fe5073020e6bdaf97902ffc
tree94a3a348b6b83467f727dc312654929e842dca8e
parentf34afeed9a0112bf31fee185b6c80556111d3834
Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the Decl of a @catch statement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp