Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | document test-operator-cleanup | Nick Mathewson | |
2017-08-24 | Add script for cleaning op operator usage in test files. | Alexander Færøy | |
This patch adds a script written by Nick for bug #13172 to clean up the usage of ==, !=, <, >, <=, and >= by replacing them with their symbolic OP_* counterpart. This will ensure that a tool like Coccinelle doesn't get confused and silently ignore large blocks of code. |