20210831a
- Restrict
FunctionCouldBeFree
to functions used in only one .cpp. - Support
>fix
forFunctionCouldBeFree
when a function can move to the .cpp that defines it. - Selectively
>fix 92 t $files
(FunctionCouldBeFree
). - Enhance
>check
to supportFunctionCouldBeDemoted
for a virtual function that can move to a subtree in the class hierarchy. - Demote some
CodeTools
andSessionBase
functions. - Fix bug:
RedundantScope
was logged on a function qualified by a namespace when its name was also that of an inherited function. - Move
Asm
andStaticAssert
to CxxToken.h as they are not associated with a name. - Update some comments and documentation, and relocate some functions.