]> granicus.if.org Git - clang/commit
Get rid of Stmt::Clone now that we can reference count statements instead.
authorAnders Carlsson <andersca@mac.com>
Sat, 8 Aug 2009 02:50:17 +0000 (02:50 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 8 Aug 2009 02:50:17 +0000 (02:50 +0000)
commitd497206844a894a0557e927adf29b34fe960dffd
tree4b52f7eba08250d43628266b0b65e10ea2b5f087
parent43d9d9243329b1b75d1a6efdad9f16d6fb386b8e
Get rid of Stmt::Clone now that we can reference count statements instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78452 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/Stmt.h
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/Stmt.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp