[PATCH] D111262: Comment AST: Factor out function type extraction in DeclInfo::fill (NFC)

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 9 12:51:04 PST 2021


aaronpuchert marked an inline comment as done.
aaronpuchert added a comment.

Thanks for the review!



================
Comment at: clang/lib/AST/Comment.cpp:337
+      if (Kind == TypedefKind)
+        Kind = FunctionKind;
       ParamVars = FTL.getParams();
----------------
gribozavr2 wrote:
> Phabricator shows a `>>` chevron on this line, which might be an accidental tab. If it is one, please replace with spaces.
This seems to be Phabricator's way of indicating that the line has been indented. Not sure why they're using this (arguably misleading) symbol for that.


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