clang setLangDefaults for clang >= 15#2164
Open
Willmac16 wants to merge 2 commits into
Open
Conversation
Contributor
|
What version of trick are you porting to? And is your issue similar to #2065 ? |
Author
|
onto My interpretation is that we are not setting options that we otherwise would purely based on clang version. |
Contributor
|
Thanks for bringing it up, we'll have to look into this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I currently working on porting a project using trick from ubuntu 20 (clang 9) -> ubuntu 26 (clang 21) and was running into an issue with
//*comments that worked on the old setup, but failed on the new one.I found the commented out clang 15+ branch and set it up to preserve the prior clang behavior under the new namespace.