[llvm-bugs] [Bug 46963] Then-branch and else-branch of the same if-statement should not be the same.(llvm-project/clang/lib/Analysis/ThreadSafety.cpp:2042)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Mar 27 15:18:47 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=46963
Aaron Puchert <aaronpuchert at alice-dsl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Assignee|unassignedclangbugs at nondot. |aaronpuchert at alice-dsl.net
|org |
Fixed By Commit(s)| |c61ae6e6d597984e6ff7d012dce
| |4dfd59c05d792
CC| |aaron at aaronballman.com,
| |aaronpuchert at alice-dsl.net
Status|NEW |RESOLVED
--- Comment #1 from Aaron Puchert <aaronpuchert at alice-dsl.net> ---
Not a bug, this is intentional. But it's of course not necessary to have two
branches if they do the same thing. So I removed the 'if' in c61ae6e6d597.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210327/8915faa5/attachment.html>
More information about the llvm-bugs
mailing list