mirror of
https://github.com/github/codeql.git
synced 2026-03-17 13:06:48 +01:00
482 B
482 B
0.4.2
New Queries
- Added a new medium-precision query,
cpp/comma-before-misleading-indentation, which detects instances of whitespace that have readability issues.
Minor Analysis Improvements
- The "Unterminated variadic call" (
cpp/unterminated-variadic-call) query has been tuned to produce fewer false positive results. - Fixed false positives from the "Unused static function" (
cpp/unused-static-function) query in files that had errors during compilation.