Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
The fix was effective, the assertion does not fire anymore on the ItaniumDemangle.cpp file
Paths
| Differential D50617
[ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr ClosedPublic Authored by shuaiwang on Aug 12 2018, 4:29 PM.
Details
Diff Detail
Event TimelineJonasToth added a child revision: D50619: [clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer.Aug 16 2018, 2:57 PM Comment Actions The fix was effective, the assertion does not fire anymore on the ItaniumDemangle.cpp file This revision is now accepted and ready to land.Aug 23 2018, 6:37 AM Closed by commit rC340547: [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr… (authored by shuaiwang). · Explain WhyAug 23 2018, 10:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162218 docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
|