20210815a
- Support
FunctionShouldBeStatic
for functions at .cpp file scope that are not declaredextern
(>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 returnednullptr
. - 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
withIsInternal
where appropriate.