]> granicus.if.org Git - clang/commit
Add an explicitly defaulted copy ctor (and FIXME) to Command since its copy ctor...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 28 Sep 2015 23:48:52 +0000 (23:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 28 Sep 2015 23:48:52 +0000 (23:48 +0000)
commit1fa398ce2e03d565bcd327da133a2f25b1fd8488
tree9d1fed560e1112380f26f26bf1c59648b2f23a44
parentc950a0102bcb82d475711b2782e245eb778fe2af
Add an explicitly defaulted copy ctor (and FIXME) to Command since its copy ctor is currently used (and actually slices derived objects... ) in some diagnostics handling.

Justin mentioned he'd look into this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248760 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Job.h