Try to appease the C++ gods
authorHans Wennborg <hans@hanshq.net>
Mon, 27 Oct 2014 22:28:50 +0000 (22:28 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 27 Oct 2014 22:28:50 +0000 (22:28 +0000)
commita41521a8bd00298e72ed7a2469385c9432daca0f
treea46a6951b393a38515d1cc0eb67d65836f227709
parentbb191417790fa56222648f0099032879f67f98bd
Try to appease the C++ gods

Looks like some builds were not happy with the potentially-throwing move
constructor that was added in r220723, and reached for the implicitly
deleted copy constructor instead.

llvm-svn: 220725
clang/include/clang/Sema/Sema.h
clang/include/clang/Sema/SemaInternal.h