Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 239 Bytes

2024-04-22-improve-a13-2-2.md

File metadata and controls

2 lines (2 loc) · 239 Bytes
  • A13-2-2 - BinaryOperatorAndBitwiseOperatorReturnAPrvalue.ql:
    • Replaced the usage of getIdentityString() with toString() to avoid expensive computation to display the Operator names which were causing crashes on production code.