[all-commits] [llvm/llvm-project] 3b7795: [lldb] vwprintw -> vw_printw in IOHandlerCursesGUI

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Jun 16 04:14:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b7795aeceb153b04493c5ba93e707e39afbe41f
      https://github.com/llvm/llvm-project/commit/3b7795aeceb153b04493c5ba93e707e39afbe41f
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [lldb] vwprintw -> vw_printw in IOHandlerCursesGUI

`vwprintw` is (in theory) using the `arargs.h` va_list while `vw_printw` is
using the `stdarg.h` va_list. It seems these days they can be used
interchangeably but `vwprintw` is marked as deprecated.




More information about the All-commits mailing list