C++: Remove @precision of AllocaInLoop.ql

A PR check was failing because this query was enabled on LGTM but had no
qhelp. I'm removing the `@precision` for now to take it off LGTM, and
then we can add it back when it has qhelp, tests, and change note.
This commit is contained in:
Jonas Jensen
2019-02-25 11:45:34 +01:00
parent 014d4b9ed0
commit 2181bca389

View File

@@ -3,7 +3,6 @@
* @description Using alloca in a loop can lead to a stack overflow
* @kind problem
* @problem.severity warning
* @precision medium
* @id cpp/alloca-in-loop
* @tags reliability
* correctness