[Lldb-commits] [PATCH] D65942: Disallow implicit conversion from pointers to bool in llvm::toStringRef

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 9 00:14:24 PDT 2019


teemperor updated this revision to Diff 214315.
teemperor edited the summary of this revision.
teemperor added a comment.

- Now using std::enable_if
- Fixed another implicit conversion that seems to be on purpose.


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

https://reviews.llvm.org/D65942

Files:
  lldb/source/Symbol/TypeSystem.cpp
  llvm/include/llvm/ADT/StringExtras.h
  llvm/include/llvm/CodeGen/CommandFlags.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65942.214315.patch
Type: text/x-patch
Size: 4542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190809/ddbb7e67/attachment-0001.bin>


More information about the lldb-commits mailing list