Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CERT C++ Secure Coding StandardDCL02-CPP. Use visually distinct identifiers
ISO/IEC TR 24772Choice of filenames and other external identifiers [AJN],
Leveraging human experience [BRS], and
Choice of clear names [NAI]
MISRA-CRule 5.6 (advisory): No identifier in one name space should have the same spelling as an identifier in another name space, with the exception
of structure and union member names

...