This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf33b5b1bf703: [ODRHash] Detect mismatches in anonymous
`RecordDecl`. (authored by vsapsai).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.
LGTM since it shouldn't be bad to call `getMostRecentDecl()` multiple times.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140055/new/
htt
vsapsai added a comment.
As I've mentioned `CXXRecordDecl::dataPtr`, the relevant code is
https://github.com/llvm/llvm-project/blob/bc63a393262dd278d2f12153c30f8e6ea06a2450/clang/include/clang/AST/DeclCXX.h#L441-L442
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://rev
vsapsai created this revision.
vsapsai added reviewers: bruno, jansvoboda11, ChuanqiXu.
Herald added a subscriber: ributzka.
Herald added a project: All.
vsapsai requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Allow completing a redeclarati