llvm-project/lldb/source/Plugins/OperatingSystem
Reid Kleckner 4d23764ddd Fix -Wunused-result warnings in LLDB
Three uses of try_lock intentionally ignore the result, as explained in
the comment. Make that explicit with a void cast.

Add what appears to be a missing return in the clang expression parser
code. It's a functional change, but presumably the right one.

Differential Revision: https://reviews.llvm.org/D70281
2019-11-15 16:38:00 -08:00
..
Python Fix -Wunused-result warnings in LLDB 2019-11-15 16:38:00 -08:00
CMakeLists.txt Remove Go debugger plugin 2018-11-05 19:33:59 +00:00