And not zero. This is the last API needed to be converted to
an Optional<T>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36604 Build 36603: arc lint + arc unit
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 | does this also need to be 7ull? |
lldb/source/Expression/Materializer.cpp | ||
---|---|---|
803 | I'm going to move this to a function next to make sure we don't have to hardcode this everywhere. |
does this also need to be 7ull?