]> granicus.if.org Git - clang/commit
Delete default constructors, copy constructors, move constructors, copy assignment...
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 23 May 2019 09:22:43 +0000 (09:22 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 23 May 2019 09:22:43 +0000 (09:22 +0000)
commit50daf71e99bcbf980f7a4ac067f868cafc7cca67
treec7f6cda15b34a7450f1890368e1cb060b08d234f
parent0ff106e556737dbad8c7396bbce76df32feb4b76
Delete default constructors, copy constructors, move constructors, copy assignment, move assignment operators on Expr, Stmt and Decl

Reviewers: ilya-biryukov, rsmith

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D62187

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