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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to