aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-29 16:38:23 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-06 00:13:25 +0100
commit32f7d9989a3c6d45083ff9e686d5eebb87615e42 (patch)
tree0e4beac9231cbddfe0c248b561b9743d0f21917c
parentaf91b5b5841aaa34ebf2d2062041c874425f474f (diff)
downloadqpdf-32f7d9989a3c6d45083ff9e686d5eebb87615e42.tar.zst
TODO: ABI note
-rw-r--r--TODO2
-rw-r--r--cSpell.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c03285b4..4af777c3 100644
--- a/TODO
+++ b/TODO
@@ -180,6 +180,8 @@ ABI Changes
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
+* See where anonymous namespaces can be used to keep things private to
+ a source file. Search for `(class|struct)` in **/*.cc.
* Search for ABI to find items not listed here.
* Merge two versions of QPDFObjectHandle::makeDirect per comment
* After removing legacy QPDFNameTreeObjectHelper and
diff --git a/cSpell.json b/cSpell.json
index ba39675d..2e162b20 100644
--- a/cSpell.json
+++ b/cSpell.json
@@ -399,6 +399,7 @@
"strcasecmp",
"strerror",
"strtoui",
+ "struct",
"stylesheet",
"subclassing",
"subkeys",