Skip to content

Move mask overlap check from omrgcconsts.h to ForwardedHeader.hpp - #7629

Merged
babsingh merged 1 commit into
eclipse-omr:masterfrom
keithc-ca:mask_check
Jan 28, 2025
Merged

Move mask overlap check from omrgcconsts.h to ForwardedHeader.hpp#7629
babsingh merged 1 commit into
eclipse-omr:masterfrom
keithc-ca:mask_check

Conversation

@keithc-ca

Copy link
Copy Markdown
Contributor

The latter (a C++ header file) cannot be included in the former (which must be usable in C source files), and it's not reasonable to assume that the latter is always included before the former.

ForwardedHeader.hpp is included in ForwardedHeader.cpp (and other compilation units) so the check is guaranteed to be done.

Add missing parentheses.

The latter (a C++ header file) cannot be included in the former (which
must be usable in C source files), and it's not reasonable to assume
that the latter is always included before the former.

ForwardedHeader.hpp is included in ForwardedHeader.cpp (and other
compilation units) so the check is guaranteed to be done.

Add missing parentheses.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@babsingh

babsingh commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

@amicic or @dmitripivkine could you review this PR?

@babsingh

Copy link
Copy Markdown
Contributor

jenkins build all

@babsingh
babsingh merged commit c8aae7c into eclipse-omr:master Jan 28, 2025
@keithc-ca
keithc-ca deleted the mask_check branch January 28, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants