[all-commits] [llvm/llvm-project] b8fbff: [BitstreamReader] Fix incorrect error forwarding
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Feb 4 08:32:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8fbffc8b11f152cd2dec44aaeb42d89afdf7892
https://github.com/llvm/llvm-project/commit/b8fbffc8b11f152cd2dec44aaeb42d89afdf7892
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/lib/Bitstream/Reader/BitstreamReader.cpp
Log Message:
-----------
[BitstreamReader] Fix incorrect error forwarding
This code clearly intended to forward the error, but instead
returned the non-error result.
More information about the All-commits
mailing list