[Lldb-commits] [PATCH] D72161: [lldb][NFC] Use static_cast instead of reinterpret_cast where possible

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 3 11:21:39 PST 2020


shafik added a comment.

This is a great change! Moving to stricter casts clarifies intent and reduces the chance that later changes can introduce bugs accidentally.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D72161





More information about the lldb-commits mailing list