Skip to content

Commit 1232694

Browse files
committed
CPP: Add external/jpl tags.
1 parent 0855543 commit 1232694

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-0
lines changed

cpp/ql/src/JPL_C/LOC-2/Rule 03/ExitNonterminatingLoop.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @id cpp/jpl-c/exit-nonterminating-loop
66
* @problem.severity warning
77
* @tags correctness
8+
* external/jpl
89
*/
910

1011
import cpp

cpp/ql/src/JPL_C/LOC-2/Rule 03/LoopBounds.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @id cpp/jpl-c/loop-bounds
77
* @problem.severity warning
88
* @tags correctness
9+
* external/jpl
910
*/
1011

1112
import cpp

cpp/ql/src/JPL_C/LOC-2/Rule 04/Recursion.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @tags maintainability
88
* readability
99
* testability
10+
* external/jpl
1011
*/
1112

1213
import cpp

cpp/ql/src/JPL_C/LOC-2/Rule 05/HeapMemory.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @id cpp/jpl-c/heap-memory
66
* @problem.severity recommendation
77
* @tags resources
8+
* external/jpl
89
*/
910

1011
import cpp

cpp/ql/src/JPL_C/LOC-2/Rule 07/ThreadSafety.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @problem.severity warning
77
* @tags correctness
88
* concurrency
9+
* external/jpl
910
*/
1011

1112
import cpp

cpp/ql/src/JPL_C/LOC-2/Rule 09/AvoidNestedSemaphores.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @problem.severity warning
77
* @tags correctness
88
* concurrency
9+
* external/jpl
910
*/
1011

1112
import Semaphores

cpp/ql/src/JPL_C/LOC-2/Rule 09/AvoidSemaphores.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @id cpp/jpl-c/avoid-semaphores
66
* @problem.severity recommendation
77
* @tags concurrency
8+
* external/jpl
89
*/
910

1011
import Semaphores

cpp/ql/src/JPL_C/LOC-2/Rule 09/OutOfOrderLocks.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @problem.severity warning
77
* @tags correctness
88
* concurrency
9+
* external/jpl
910
*/
1011

1112
import Semaphores

cpp/ql/src/JPL_C/LOC-2/Rule 09/ReleaseLocksWhenAcquired.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @problem.severity warning
77
* @tags correctness
88
* concurrency
9+
* external/jpl
910
*/
1011

1112
import Semaphores

cpp/ql/src/JPL_C/LOC-2/Rule 11/SimpleControlFlowGoto.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @problem.severity warning
77
* @tags maintainability
88
* readability
9+
* external/jpl
910
*/
1011

1112
import cpp

0 commit comments

Comments
 (0)