Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit433b887

Browse files
Address feedback
1 parent45e6b52 commit433b887

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class AtomicAccessInFullExpressionOrdering extends Ordering::Configuration {
3737
* Note, it may be accessed directly, or by passing its address into the std atomic functions.
3838
*/
3939
classAtomicVariableAccessextendsVariableAccess{
40-
pragma[noinline]
4140
AtomicVariableAccess(){getTarget().getType().hasSpecifier("atomic")}
4241

4342
/* Get the `atomic_<read|write>()` call this VarAccess occurs in. */

‎rule_packages/c/SideEffects3.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"description":"The value of an atomic variable shall not depend on evaluation order and interleaving of threads.",
2222
"kind":"problem",
23-
"name":"The value of an atomic variable depend onits evaluation orderand interleave of threads",
23+
"name":"The value of an atomic variableshall notdepend onthe evaluation orderof interleaved threads",
2424
"precision":"very-high",
2525
"severity":"error",
2626
"short_name":"UnsequencedAtomicReads",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp