A callExpr whose argument is dependent has a null getCalleeDecl().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93324
Avoid isImplicit call on object which could be nullptr ClosedPublic Authored by steveire on Dec 15 2020, 11:17 AM.
Details Summary A callExpr whose argument is dependent has a null getCalleeDecl().
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 15 2020, 11:23 AM This revision was landed with ongoing or failed builds.Dec 15 2020, 3:27 PM Closed by commit rG702f822ca5bb: [ASTMatcher] Avoid isImplicit call on object which could be nullptr (authored by • stephenkelly). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312056 clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
|