mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 04:36:07 +00:00

This is a refactoring: errors should be logged only on the highest level. Switch from Optional to Expected in the serialization code. Reviewed By: kadircet Differential Revision: https://reviews.llvm.org/D84939