You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: