[Lldb-commits] [PATCH] D66093: [Symbol] GetTypeBitAlign() should return None in case of failure.

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 11:15:27 PDT 2019


davide added a comment.

More than error handling, this allows us to distinguish with a type with zero alignment (if possible at all?) and an error getting the alignment from ASTContext/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66093





More information about the lldb-commits mailing list