Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I have verified this patch on open-source projects. Bitcoin had quite a few crashes without this; those are gone. LGTM
Paths
| Differential D136848
[clang][AST] Compare UnresolvedLookupExpr in structural equivalence. ClosedPublic Authored by balazske on Oct 27 2022, 7:33 AM.
Details
Diff Detail
Event TimelineComment Actions I have verified this patch on open-source projects. Bitcoin had quite a few crashes without this; those are gone. LGTM This revision is now accepted and ready to land.Dec 19 2022, 11:45 PM Closed by commit rG13417808474c: [clang][AST] Compare UnresolvedLookupExpr in structural equivalence. (authored by balazske). · Explain WhyDec 21 2022, 12:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 484488 clang/lib/AST/ASTStructuralEquivalence.cpp
clang/unittests/AST/StructuralEquivalenceTest.cpp
|