Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 333 Bytes

2022-09-18-m3-2-1-templates.md

File metadata and controls

4 lines (4 loc) · 333 Bytes
  • M3-2-1 - DeclarationsOfAnObjectShallHaveCompatibleTypes.ql
    • Reduced false positives by excluding non-object variables (for example, member variables).
    • Reduced false positives by excluding variable templates and template instantiations.
    • Improved the reported error message by including the conflicting type names.