Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid getThisObjectType() which is removed in Clang 18
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.
- Loading branch information