| commit | 6093d143c5a76d168854321a1fc3d63e9c6d1ee6 | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Wed Jul 29 17:03:34 2015 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Wed Jul 29 17:03:34 2015 +0000 |
| tree | 347116319443ee58291614b2506cc3db876ff83a | |
| parent | cf739b8c3dac5bbee2a81b300d6cdf7b60af53dc [diff] |
Disable -Wpessimizing-move and -Wredundant-move in template instantiations. Dependent types can throw off the analysis for these warnings, possibly giving conflicting warnings and fix-its. Disabling the warning in template instantiations will prevent this problem, and will still catch the non-dependent cases in templates. llvm-svn: 243538