[PATCH] D111262: Comment AST: Factor out function type extraction in DeclInfo::fill (NFC)
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 8 02:44:12 PST 2021
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/AST/Comment.cpp:337
+ if (Kind == TypedefKind)
+ Kind = FunctionKind;
ParamVars = FTL.getParams();
----------------
Phabricator shows a `>>` chevron on this line, which might be an accidental tab. If it is one, please replace with spaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111262/new/
https://reviews.llvm.org/D111262
More information about the cfe-commits
mailing list