[PATCH] D46190: For a used declaration, mark any associated usings as referenced.
Carlos Alberto Enciso via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 07:18:01 PDT 2018
CarlosAlbertoEnciso added a comment.
@rsmith & @probinson,
Is there anything I can add to this patch in order to submit it?
This patch is blocking the review https://reviews.llvm.org/D44826 which is already approved.
Thanks very much.
================
Comment at: lib/Sema/SemaDeclCXX.cpp:15515
+
+// Mark the alias declaration and any associated chain as referenced.
+void Sema::MarkNamespaceAliasReferenced(NamedDecl *ND) {
----------------
probinson wrote:
> This should use `///` to be picked up by doxygen.
Uploaded a new patch that contains that change.
https://reviews.llvm.org/D46190
More information about the cfe-commits
mailing list