Closed
Description
Bugzilla Link | 39753 |
Resolution | FIXED |
Resolved on | Dec 05, 2018 19:16 |
Version | 7.0 |
OS | Linux |
Blocks | #38454 |
CC | @tstellar |
Fixed by commit(s) | r343369 r348450 r348451 r348452 r348453 |
Extended Description
r343369 "[cxx2a] Fix warning triggered by r343285"
This is a warning fix without which, compiling LLVM with recent Clang versions causes warnings.
Not critical, but it would be nice to get in. I think it's ABI-safe, since it's removing functions that couldn't be called before as they were implicitly deleted.
(Note that the commit spans multiple modules in the repository.)