You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments