[Lldb-commits] [PATCH] D58792: Add "operator bool" to SB APIs

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 28 13:53:27 PST 2019


shafik added a comment.

It stood out to me that some of the conversions were not `const` and I can see that `IsValid` is not consistently `const` across the API but after talking to @jingham it is unfortunately something we can't change.


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

https://reviews.llvm.org/D58792





More information about the lldb-commits mailing list