This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG702f822ca5bb: [ASTMatcher] Avoid isImplicit call on object
which could be nullptr (authored by stephenkelly).
Repository:
rG LLVM Github Monorepo
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Good catch, LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93324/new/
https://reviews.llvm.org/D93324
__
steveire created this revision.
steveire added a reviewer: aaron.ballman.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
A callExpr whose argument is dependent has a null getCalleeDecl().
Repository:
rG LLVM Github Monorepo
h