This reverts commit 9148302a (2019-08-22) which broke the pre-existing
unit test for the matcher. Also revert commit 518b2266 (Fix the
nullPointerConstant() test to get bots back to green., 2019-08-22) which
incorrectly changed the test to expect the broken behavior.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I'm a little confused here, Typically if a commit is breaking bots a review doesn't need to be opened to revert it?
As discussed elsewhere, the bots are not broken. The changes reverted here were made in 2019.
Hi @steveire! Sorry but I reverted this revert. Could you please give some context of "discussed elsewhere" and "pre-existing unit test for the matcher"? @aaron.ballman for cc
I have relanded this in https://github.com/llvm/llvm-project/commit/3b148d6f991181a1b8f089c4bc2126e1a6c1212d . My apologies
@njames93 didn't realize that the offending commits were from 2019, as I wrote in the comment. That's what I told him "elsewhere".
I plan to re-apply this revert. If you have a reason I shouldn't do that, please say what it is.
@goncharov I see you already re-landed it. In future please open review requests for things like this to avoid confusion.