C++: Add change note

This commit is contained in:
Calum Grant
2024-11-22 15:09:30 +00:00
parent 227f9c7c1b
commit 4fa8c6ae65

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The "Call to function with fewer arguments than declared parameters" query (`cpp/too-few-arguments`) query produces no results if the function has been implicitly declared.