[Lldb-commits] [lldb] [lldb] Narrow scope of -Wno-deprecated-declarations (NFC) (PR #112276)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 15:05:55 PDT 2024
JDevlieghere wrote:
Depends on:
- https://github.com/llvm/llvm-project/pull/112260
- https://github.com/llvm/llvm-project/pull/112262
Remaining issues:
- IRDynamicChecks.cpp:333:72: warning: 'InsertPosition' is deprecated: Use BasicBlock::iterators for insertion instead [-Wdeprecated-declarations]
- Editline.h:370:8: warning: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Wdeprecated-declarations]
- Editline.h:370:29: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations]
https://github.com/llvm/llvm-project/pull/112276
More information about the lldb-commits
mailing list