Skip to content

20210831a

Compare
Choose a tag to compare
@GregUtas GregUtas released this 31 Aug 23:59
· 377 commits to master since this release
  • Restrict FunctionCouldBeFree to functions used in only one .cpp.
  • Support >fix for FunctionCouldBeFree when a function can move to the .cpp that defines it.
  • Selectively >fix 92 t $files (FunctionCouldBeFree).
  • Enhance >check to support FunctionCouldBeDemoted for a virtual function that can move to a subtree in the class hierarchy.
  • Demote some CodeTools and SessionBase 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 and StaticAssert to CxxToken.h as they are not associated with a name.
  • Update some comments and documentation, and relocate some functions.