mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Previously the result would get overwritten by a success on all code paths. This is another NFC change for TypeSystemClang, because an object description cannot actually fail there. It will have different behavior in the Swift plugin.