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

getThisObjectType is gone in Clang 18 #398

Merged
merged 3 commits into from
Oct 8, 2023
Merged

Conversation

danakj
Copy link
Collaborator

@danakj danakj commented Oct 7, 2023

No description provided.

danakj added 2 commits October 7, 2023 16:28
As part of implementing "deducing this" the getThisObjectType() method
on CXXMethodDecl was renamed and split in two.

To support building subdoc against LLVM 16, 17 and 18, switch to using
getThisType()->getPointeeType() instead.
@danakj danakj added the documentation Improvements or additions to documentation label Oct 7, 2023
@danakj danakj merged commit cc38848 into chromium:main Oct 8, 2023
@danakj danakj deleted the this-obj branch October 8, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant