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

executors: rework GCC/Clang executors #1155

Merged
merged 1 commit into from
Dec 31, 2023
Merged

executors: rework GCC/Clang executors #1155

merged 1 commit into from
Dec 31, 2023

Conversation

quantum5
Copy link
Member

Changes:

  • Make -std flags explicit everywhere.
  • Clang no longer inherits from GCC.
  • All C and C-like executors now inherit from CLikeExecutor.
  • Add -std=f95 for F95 executor.
  • CLANGX now correctly passes -std=c++14.

Copy link
Member

@Xyene Xyene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Changes:

* Make -std flags explicit everywhere.
* Clang no longer inherits from GCC.
* All C and C-like executors now inherit from CLikeExecutor.
* Add -std=f95 for F95 executor.
* CLANGX now correctly passes -std=c++14.

Co-authored-by: Tudor Brindus <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Dec 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc641b3) 82.77% compared to head (53e2766) 82.77%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1155   +/-   ##
=======================================
  Coverage   82.77%   82.77%           
=======================================
  Files         141      140    -1     
  Lines        5311     5313    +2     
=======================================
+ Hits         4396     4398    +2     
  Misses        915      915           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Xyene Xyene merged commit accffd0 into master Dec 31, 2023
18 of 19 checks passed
@Xyene Xyene deleted the clang-std-flag branch December 31, 2023 03:00
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