[PATCH] D102241: [clang] p1099 4/5: using enum EnumTag
Nathan Sidwell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 21 04:25:41 PDT 2021
urnathan marked an inline comment as done.
urnathan added inline comments.
================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:11632
+ // As with enum-decls, we ignore attributes for now.
+
+ auto *Enum = cast<EnumDecl>(DS.getRepAsDecl());
----------------
bruno wrote:
> Remove this empty line.
You guys sure hate white space :) FWIW, here's the using decl' source:
assert(IdentLoc.isValid() && "Invalid TargetName location.");
// FIXME: We ignore attributes for now.
// For an inheriting constructor declaration, the name of the using
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102241/new/
https://reviews.llvm.org/D102241
More information about the cfe-commits
mailing list