[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 09:31:00 PDT 2019


davide created this revision.
davide added reviewers: xiaobai, compnerd.
Herald added a project: LLDB.
davide added a reviewer: aprantl.

And not `zero`. This is the last API needed to be converted to
an Optional<T>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66093

Files:
  lldb/include/lldb/Symbol/ClangASTContext.h
  lldb/include/lldb/Symbol/CompilerType.h
  lldb/include/lldb/Symbol/TypeSystem.h
  lldb/source/Expression/Materializer.cpp
  lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  lldb/source/Symbol/ClangASTContext.cpp
  lldb/source/Symbol/CompilerType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66093.214647.patch
Type: text/x-patch
Size: 5152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190812/15271a78/attachment.bin>


More information about the lldb-commits mailing list