Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| test.c:6:7:6:8 | x1 | Bit-field 'x1' is declared on type 'int'. |
| test.c:10:15:10:16 | x5 | Bit-field 'x5' is declared on type 'signed long'. |
| test.c:11:15:11:16 | x6 | Bit-field 'x6' is declared on type 'signed char'. |
| test.c:12:14:12:15 | x7 | Bit-field 'x7' is declared on type 'Color'. |
2 changes: 1 addition & 1 deletion c/misra/test/rules/RULE-6-1/clang/options
Original file line number Diff line number Diff line change
@@ -1 +1 @@
semmle-extractor-options:--mimic clang --std=c11 --edg --diag_error=implicit_func_decl -nostdinc -I../../../../common/test/includes/standard-library
semmle-extractor-options:--clang --std=c11 --edg --diag_error=implicit_func_decl -nostdinc -I../../../../common/test/includes/standard-library
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| test.c:6:7:6:8 | x1 | Bit-field 'x1' is declared on type 'int'. |
| test.c:10:15:10:16 | x5 | Bit-field 'x5' is declared on type 'signed long'. |
| test.c:11:15:11:16 | x6 | Bit-field 'x6' is declared on type 'signed char'. |
| test.c:12:14:12:15 | x7 | Bit-field 'x7' is declared on type 'Color'. |
2 changes: 1 addition & 1 deletion c/misra/test/rules/RULE-6-1/gcc/options
Original file line number Diff line number Diff line change
@@ -1 +1 @@
semmle-extractor-options:--mimic gcc --std=c11 --edg --diag_error=implicit_func_decl -nostdinc -I../../../../common/test/includes/standard-library
semmle-extractor-options:--gcc --std=c11 --edg --diag_error=implicit_func_decl -nostdinc -I../../../../common/test/includes/standard-library
Loading