Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 293 Bytes

2021-10-04-trivial-types.md

File metadata and controls

1 lines (1 loc) · 293 Bytes
  • ERR61-CPP, A15-3-5 - we have improved our definition of trivial types to detect more "trivial classes" with compiler generated constructors and destructors. This should reduce the false positives for these queries when catching trivial class exception types without an lvalue reference.