Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C front-end: fix processing of alignment and packing attributes #8454

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

C front-end: fix processing of alignment and packing attributes

5eea045
Select commit
Loading
Failed to load commit list.
Open

C front-end: fix processing of alignment and packing attributes #8454

C front-end: fix processing of alignment and packing attributes
5eea045
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 13, 2024 in 0s

78.72% of diff hit (target 78.38%)

View this Pull Request on Codecov

78.72% of diff hit (target 78.38%)

Annotations

Check warning on line 81 in src/ansi-c/c_typecheck_type.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/c_typecheck_type.cpp#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 743 in src/ansi-c/c_typecheck_type.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/c_typecheck_type.cpp#L743

Added line #L743 was not covered by tests

Check warning on line 746 in src/ansi-c/c_typecheck_type.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/c_typecheck_type.cpp#L746

Added line #L746 was not covered by tests

Check warning on line 1246 in src/ansi-c/parser.y

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/parser.y#L1246

Added line #L1246 was not covered by tests

Check warning on line 1250 in src/ansi-c/parser.y

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/parser.y#L1250

Added line #L1250 was not covered by tests

Check warning on line 1254 in src/ansi-c/parser.y

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/parser.y#L1254

Added line #L1254 was not covered by tests

Check warning on line 1266 in src/ansi-c/parser.y

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/parser.y#L1265-L1266

Added lines #L1265 - L1266 were not covered by tests

Check warning on line 1268 in src/ansi-c/parser.y

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansi-c/parser.y#L1268

Added line #L1268 was not covered by tests