[Lldb-commits] [PATCH] D66739: [lldb] Add -w flag for expressions to print compiler warnings even if expression succeeds.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 26 06:42:22 PDT 2019


labath added a comment.

You could avoid the business with adding a flag to `self.expect` (which has enough flags already) by just making this a lit test. :)


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66739/new/

https://reviews.llvm.org/D66739





More information about the lldb-commits mailing list