[Lldb-commits] [PATCH] D25247: Make LLDB -Werror clean under clang

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 4 11:48:54 PDT 2016


zturner added a comment.

Thankfully, yes.  Technically it's not supported by MSVC 2013, which is still a supported LLVM compiler.  But we said long ago that we require MSVC 2015 for running the test suite on Windows.  And in any case, LLVM is bumping to MSVC 2015 within the next 2 weeks.  So I'm going to go ahead and start using `%z` now.


https://reviews.llvm.org/D25247





More information about the lldb-commits mailing list