Commit 32f7d9989a3c6d45083ff9e686d5eebb87615e42

Authored by Jay Berkenbilt
1 parent af91b5b5

TODO: ABI note

Showing 2 changed files with 3 additions and 0 deletions
@@ -180,6 +180,8 @@ ABI Changes @@ -180,6 +180,8 @@ ABI Changes
180 This is a list of changes to make next time there is an ABI change. 180 This is a list of changes to make next time there is an ABI change.
181 Comments appear in the code prefixed by "ABI" 181 Comments appear in the code prefixed by "ABI"
182 182
  183 +* See where anonymous namespaces can be used to keep things private to
  184 + a source file. Search for `(class|struct)` in **/*.cc.
183 * Search for ABI to find items not listed here. 185 * Search for ABI to find items not listed here.
184 * Merge two versions of QPDFObjectHandle::makeDirect per comment 186 * Merge two versions of QPDFObjectHandle::makeDirect per comment
185 * After removing legacy QPDFNameTreeObjectHelper and 187 * After removing legacy QPDFNameTreeObjectHelper and
cSpell.json
@@ -399,6 +399,7 @@ @@ -399,6 +399,7 @@
399 "strcasecmp", 399 "strcasecmp",
400 "strerror", 400 "strerror",
401 "strtoui", 401 "strtoui",
  402 + "struct",
402 "stylesheet", 403 "stylesheet",
403 "subclassing", 404 "subclassing",
404 "subkeys", 405 "subkeys",