This revision was automatically updated to reflect the committed changes.
Closed by commit rC336605: [AST] Rename some Redeclarable functions to reduce
confusion (authored by MaskRay, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48894?vs=154044&id=154698#toc
Repository:
MaskRay updated this revision to Diff 154044.
MaskRay added a comment.
Rename `Next` to `Link` as per rsmith
Repository:
rC Clang
https://reviews.llvm.org/D48894
Files:
include/clang/AST/Redeclarable.h
Index: include/clang/AST/Redeclarable.h
===
rsmith added inline comments.
Comment at: include/clang/AST/Redeclarable.h:106
-mutable llvm::PointerUnion Next;
+mutable llvm::PointerUnion Prev;
I think this is still a confusing name, because it points either to the
previous declaration or to the
MaskRay created this revision.
MaskRay added reviewers: rsmith, akyrtzi, Eugene.Zelenko.
Herald added a subscriber: cfe-commits.
Repository:
rC Clang
https://reviews.llvm.org/D48894
Files:
include/clang/AST/Redeclarable.h
Index: include/clang/AST/Redeclarable.h
=