X Tutup
Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 510 Bytes

File metadata and controls

9 lines (5 loc) · 510 Bytes

1.3.0

New Queries

  • Added a new high-precision quality query, cpp/guarded-free, which detects useless NULL pointer checks before calls to free. A variation of this query was originally contributed as an experimental query by @mario-campos.

Minor Analysis Improvements

  • The "Call to function with fewer arguments than declared parameters" query (cpp/too-few-arguments) no longer produces results if the function has been implicitly declared.
X Tutup