C++: Address review comments

This commit is contained in:
Calum Grant
2024-12-19 14:27:13 +00:00
parent fabacebd4b
commit e067ac92a7
3 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* The "Returning stack-allocated memory" query (`cpp/return-stack-allocated-memory`) no longer produces results if there is an extraction error in the type of the function.
* The "Returning stack-allocated memory" query (`cpp/return-stack-allocated-memory`) no longer produces results if there is an extraction error in the returned expression.