aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket29756
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-12 15:19:28 -0400
committerNick Mathewson <nickm@torproject.org>2019-03-12 15:19:28 -0400
commit95209be861738d15fdb8d3f8da9a6164ed5f3903 (patch)
treeeac26786779230e659e8f898ebd208f7567ea7b3 /changes/ticket29756
parentcd52e139469bad103cd6ad02cbdf3c58bfd77b26 (diff)
downloadtor-95209be861738d15fdb8d3f8da9a6164ed5f3903.tar.gz
tor-95209be861738d15fdb8d3f8da9a6164ed5f3903.zip
Make checkSpace.pl check guard macros:
- every .h file needs an #ifndef/#define pair. - They must refer to the same macro. - The guard macros that they refer to must be unique across all headers.
Diffstat (limited to 'changes/ticket29756')
-rw-r--r--changes/ticket297563
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket29756 b/changes/ticket29756
new file mode 100644
index 0000000000..79995b4995
--- /dev/null
+++ b/changes/ticket29756
@@ -0,0 +1,3 @@
+ o Minor features (developer tools):
+ - Add a script to check that each header has a well-formed and unique
+ guard marco. Closes ticket 29756.