Skip to content

Commit a9cce1c

Browse files
committed
C++: Undo increasing query precision.
1 parent 4f3108c commit a9cce1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* may lead to unpredictable behavior.
66
* @kind problem
77
* @problem.severity warning
8-
* @precision high
8+
* @precision medium
99
* @id cpp/implicit-function-declaration
1010
* @tags correctness
1111
* maintainability
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* The "Implicit function declaration" (`cpp/implicit-function-declaration`) query has been promoted to `@precision high`.
54
* 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.

0 commit comments

Comments
 (0)