C++: Undo increasing query precision.

This commit is contained in:
Geoffrey White
2026-03-27 17:32:03 +00:00
parent 4f3108c444
commit a9cce1c0fa
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
* may lead to unpredictable behavior.
* @kind problem
* @problem.severity warning
* @precision high
* @precision medium
* @id cpp/implicit-function-declaration
* @tags correctness
* maintainability

View File

@@ -1,5 +1,4 @@
---
category: minorAnalysis
---
* The "Implicit function declaration" (`cpp/implicit-function-declaration`) query has been promoted to `@precision high`.
* The "Implicit function declaration" (`cpp/implicit-function-declaration`) query no longer produces results on `build mode: none` databases. These results were found to be very noisy and fundamentally imprecise in this mode.