kazu added a comment. In D143983#4133336 <https://reviews.llvm.org/D143983#4133336>, @kazu wrote:
> This patch seems to trigger: > > > lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:398:34: > error: variable 'lang_rt' set but not used [-Werror,-Wunused-but-set-variable] > lldb_private::LanguageRuntime *lang_rt = nullptr; > ^ > > Would you mind looking into this? Thanks! The warning was fixed with: https://github.com/llvm/llvm-project/commit/58bedaed0fea43fbf14bdb5f1da500528ca6dc80 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143983/new/ https://reviews.llvm.org/D143983 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits