mstorsjo added a comment.
Herald added a subscriber: JDevlieghere.
This broke compilation on Ubuntu 18.04:
In file included from ../tools/lldb/source/Core/IOHandlerCursesGUI.cpp:17:0:
../tools/lldb/source/Core/IOHandlerCursesGUI.cpp: In member function ‘void
curses::Window::OutputColoredStringTruncated(int, llvm::StringRef, bool)’:
../tools/lldb/source/Core/IOHandlerCursesGUI.cpp:463:7: error: expected
id-expression before ‘(’ token
::wattr_get(m_window, &saved_attr, &saved_pair, &saved_opts);
^
../tools/lldb/source/Core/IOHandlerCursesGUI.cpp:499:11: error: expected
id-expression before ‘(’ token
::wattr_set(m_window, saved_attr, saved_pair, &saved_opts);
^
../tools/lldb/source/Core/IOHandlerCursesGUI.cpp:508:7: error: expected
id-expression before ‘(’ token
::wattr_set(m_window, saved_attr, saved_pair, &saved_opts);
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85145/new/
https://reviews.llvm.org/D85145
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits