diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-11 18:50:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-11 18:50:43 -0400 |
commit | a2bd93456f2282da0f18824b04db750f9af0826c (patch) | |
tree | e0b4e1b1855bd2e9bc586c67d5acf861e2e4283b | |
parent | ded6d9fcb47fededa8cb2dd835772eb3036ef36d (diff) | |
download | tor-a2bd93456f2282da0f18824b04db750f9af0826c.tar.gz tor-a2bd93456f2282da0f18824b04db750f9af0826c.zip |
Changes file for coccinelle scripts
-rw-r--r-- | changes/ticket31705 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket31705 b/changes/ticket31705 new file mode 100644 index 0000000000..5ac736d4f5 --- /dev/null +++ b/changes/ticket31705 @@ -0,0 +1,9 @@ + o Minor features (developer tools): + - Add some scripts in "scripts/coccinelle" to invoke the Coccinelle + semantic patching tool with the correct flags. These flags are fairly + easy to forget, and these scripts should help us use Coccinelle more + effectively in the future. Closes ticket 31705. + + o Code simplification and refactoring: + - Fix some parts of our code that were difficult for Coccinelle to parse. + Related to ticket 31705. |