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

Building with vanilla Clang #126

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Building with vanilla Clang #126

merged 1 commit into from
Nov 14, 2024

Conversation

John-LittleBearLabs
Copy link
Collaborator

Enable using
non-Apple, vanilla Clang.
Compiler ID.

Fixes #122

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.47%. Comparing base (b727df3) to head (a23260f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
+ Coverage   51.41%   51.47%   +0.06%     
==========================================
  Files         806      807       +1     
  Lines       24893    24903      +10     
  Branches     2689     2690       +1     
==========================================
+ Hits        12799    12820      +21     
+ Misses      11086    11072      -14     
- Partials     1008     1011       +3     

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

@@ -0,0 +1,2 @@
set(CHROMIUM_COMPILER_FLAGS -nostdinc++ -fno-rtti)
set(WARNING_FLAGS -Wall -Wextra -Werror=return-type -Wno-error=enum-constexpr-conversion )
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the main thing in this PR.

@John-LittleBearLabs John-LittleBearLabs changed the base branch from clangcheckoptional to main October 16, 2024 12:26
non-Apple, vanilla Clang.
Compiler ID.

Fixes #122
@John-LittleBearLabs John-LittleBearLabs merged commit a23260f into main Nov 14, 2024
10 checks passed
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.

Support vanilla clang
2 participants