TODO note

This commit is contained in:
Jay Berkenbilt 2022-01-28 07:29:47 -05:00
parent f3d68aa5a0
commit 764feb0f8e
1 changed files with 3 additions and 1 deletions

4
TODO
View File

@ -207,9 +207,11 @@ 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"
* Search for ABI to find items not listed here.
* 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.
* See if we can use constructor delegation instead of init() in
classes with overloaded constructors.
* Merge two versions of QPDFObjectHandle::makeDirect per comment
* After removing legacy QPDFNameTreeObjectHelper and
QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to