[all-commits] [llvm/llvm-project] 492772: [lldb] Use LLVM's helper for Unicode conversion (N...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Oct 30 09:31:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49277253f016268e4a10109f1db2e53c60d35881
      https://github.com/llvm/llvm-project/commit/49277253f016268e4a10109f1db2e53c60d35881
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M lldb/include/lldb/Host/Editline.h
    M lldb/source/Host/common/Editline.cpp

  Log Message:
  -----------
  [lldb] Use LLVM's helper for Unicode conversion (NFC) (#112582)

The codecvt header has been deprecated in C++17. Use LLVM's unicode
helpers to convert between UTF-8 and UTF-16.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list