Skip to content

Commit 79a1ca3

Browse files
Regenerate query metadata
1 parent fcd0059 commit 79a1ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-13-2/UnsequencedAtomicReads.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id c/misra/unsequenced-atomic-reads
3-
* @name RULE-13-2: The value of an atomic variable depend on its evaluation order and interleave of threads
3+
* @name RULE-13-2: The value of an atomic variable shall not depend on the evaluation order of interleaved threads
44
* @description The value of an atomic variable shall not depend on evaluation order and
55
* interleaving of threads.
66
* @kind problem

0 commit comments

Comments
 (0)