Re: Fix some misc-move-forwarding-reference warnings

2016-12-06 Thread Malcolm Parsons via cfe-commits
On 2 December 2016 at 17:13, Michael Sharpe via cfe-commits wrote: > The attached patch fixes a couple of incorrect uses of std::move as revealed > by clang-tidy. LGTM. Committed as r288813. -- Malcolm Parsons ___

Fix some misc-move-forwarding-reference warnings

2016-12-02 Thread Michael Sharpe via cfe-commits
Hello, The attached patch fixes a couple of incorrect uses of std::move as revealed by clang-tidy. Best regards, Michael Sharpe diff --git lib/AST/Type.cpp lib/AST/Type.cpp index d98d8d7..0d0cd2e 100644 --- lib/AST/Type.cpp +++ lib/AST/Type.cpp @@ -1050,24 +1050,24 @@ template QualType