Skip to content

20210815a

Compare
Choose a tag to compare
@GregUtas GregUtas released this 15 Aug 17:55
· 389 commits to master since this release
  • Support FunctionShouldBeStatic for functions at .cpp file scope that are not declared extern (>parse, >check, and >fix).
  • >fix 140 f $files (FunctionShouldBeStatic).
  • Document static data and functions in a .cpp as being equivalent to putting them in an unnamed namespace.
  • Fix bug: Argument.IsThisCandidate always returned nullptr.
  • Fix bug: previous fix revealed that FunctionCouldBeMember was being logged in some inapplicable scenarios.
  • Add usages of operator overloads to cross reference.
  • Compile the initialization of static members in template instances.
  • Replace IsInTemplateInstance with IsInternal where appropriate.