This patch is part of a patch series to add support for FileCheck
numeric expressions. This specific patch extend numeric expression to
support an arbitrary number of operands, either variable or literals.
Copyright:
Differential D60387
FileCheck [7/12]: Arbitrary long numeric expressions thopre on Apr 7 2019, 4:21 PM. Authored by
Details This patch is part of a patch series to add support for FileCheck Copyright:
Diff Detail
Event TimelineThere are a very large number of changes, so older changes are hidden. Show Older Changes Comment Actions Get rid of the useless FileCheckNumExpr class which is only needed when matching format are introduced
Comment Actions I've reviewed up to the tests, and got lots of comments for you.
Comment Actions Regarding what to call the @LINE+offset form, I think it's fine to call it "legacy" in the user-facing documentation, but it gets to be a bit much in the internals. I haven't commented every use but you will get the idea in the inline comments.
Comment Actions Apologies for the delay in coming back to this. It's been a busy few days.
Comment Actions I think I am happy with this, leaving the rest up to James.
Comment Actions
Comment Actions Mostly looks good. A few nits still and one or two more significant comments. I think this structure looks much cleaner than the previous version, personally.
Comment Actions Address review comments
Comment Actions LGTM. Thanks for the hard work on this!
Comment Actions Thanks for your work on this! Looking forward to be able to use these new features the next time I update our fork.
|