Make FullExprArg trivially copyable by removing the copy ctor
authorReid Kleckner <reid@kleckner.net>
Thu, 7 Aug 2014 01:00:42 +0000 (01:00 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 7 Aug 2014 01:00:42 +0000 (01:00 +0000)
commitf650c0afd4db97ec9a3f07c1b6a652caede8a6f5
treeacae18cd15a8078e290ea60614608e4e9e7e5fe2
parent3be1cb294f328f03afcb9c9e039b078a8643d0d9
Make FullExprArg trivially copyable by removing the copy ctor

The default copy ctor is good.  This avoids using inalloca for a bunch
of Sema methods when self-hosting.

llvm-svn: 215047
clang/include/clang/Sema/Sema.h