Update docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Florin Coada
2024-12-20 12:50:05 +02:00
committed by GitHub
parent 5c5049e5fd
commit 82fdd1125c

View File

@@ -46,7 +46,7 @@ Minor Analysis Improvements
C/C++
"""""
* The "Call to function with fewer arguments than declared parameters" query (:code:`cpp/too-few-arguments`) query no longer produces results if the function has been implicitly declared.
* The "Call to function with fewer arguments than declared parameters" query (:code:`cpp/too-few-arguments`) no longer produces results if the function has been implicitly declared.
C#
""