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

To support ubuntu24, clang 18+, and gcc13. #1804

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hchen99
Copy link
Contributor

@hchen99 hchen99 commented Nov 15, 2024

A few changes needed as following:

  • For ubuntu24/clang+18/gcc13, -lclangASTMatchers -lclangAPINotes libs are needed for ICG.
  • | was changed to ?\* in parse_s_define.pm due to perl v5.38. Ubuntu24 container comes with perl v5.38 and the alternation for this particular regular expression doesn't give the expected results as perl 5.34 does. The latter expression works for both perl v5.38 and earlier versions.
  • c++14 for tests and some still need c++11

@hchen99 hchen99 linked an issue Nov 15, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Nov 15, 2024

Coverage Status

coverage: 55.874% (-0.06%) from 55.933%
when pulling 964e5d3 on 1729-ubuntu24-clang18-gcc13-compatibility
into 0292b52 on master.

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.

Increase Clang Dependency Version Compatibility to 18.x
2 participants