This revision was automatically updated to reflect the committed changes.
Closed by commit rG8c0eb32d2aa0: Also remove the empty StoredDeclsList entry
from the lookup table (authored by v.g.vassilev).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
LGTM! And please accept my apologies @v.g.vassilev for taking it months to
review this small change.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119675/new
v.g.vassilev added a comment.
Herald added a project: All.
ping.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119675/new/
https://reviews.llvm.org/D119675
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https:
v.g.vassilev created this revision.
v.g.vassilev added reviewers: rsmith, balazske.
Herald added a reviewer: shafik.
v.g.vassilev requested review of this revision.
In case where we have removed all declarations for a given declaration name
entry we should remove the whole StoredDeclsMap entry. T