]> granicus.if.org Git - clang/commit
Add DeclStmt::hasSolitaryDecl() and DeclStmt::getSolitaryDecl()
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:54:44 +0000 (20:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:54:44 +0000 (20:54 +0000)
commit65aa3b9fda7b2114f708014e3d42176abc0e39ab
tree41c1d32dca3a29a15bf5f0222606c3c83edd2e14
parent15f613987a24198468a5a696adcca49f4e363ae3
Add DeclStmt::hasSolitaryDecl() and DeclStmt::getSolitaryDecl()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57204 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp