And not zero. This is the last API needed to be converted to
an Optional<T>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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/
lldb/source/Expression/Materializer.cpp | ||
---|---|---|
803 ↗ | (On Diff #214647) | does this also need to be 7ull? |
lldb/source/Expression/Materializer.cpp | ||
---|---|---|
803 ↗ | (On Diff #214647) | I'm going to move this to a function next to make sure we don't have to hardcode this everywhere. |