D28684 changed llvm::zlib to return Error instead of Status.
It was accepted and committed in r292214, but then reverted in r292217
because I missed that clang code also needs to be updated.
Patch do that.
Paths
| Differential D28807
[Clang] - Update code to match upcoming llvm::zlib API. ClosedPublic Authored by grimar on Jan 17 2017, 7:37 AM.
Details Summary D28684 changed llvm::zlib to return Error instead of Status. Patch do that.
Diff Detail Event TimelineClosed by commit rL292227: [Clang] - Update code to match upcoming llvm::zlib API. (authored by grimar). · Explain WhyJan 17 2017, 7:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 84669 lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
|