Commits

Davide Italiano committed be210fcd919
[Sema] Provide copy constructor/assignment operator for TypeCheckRequest. One of the member variant of the union has a non-trivial copy constructor, therefore the copy cosntructor is implicitly deleted (in C++11). Provide the constructor and the copy assignment operator explictly in order to avoid build errors.