njames93 added inline comments.

================
Comment at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1564
 public:
-  PolymorphicMatcher(const ParamTypes &... Params) : Params(Params...) {}
+  PolymorphicMatcher(const ParamTypes &...Params) : Params(Params...) {}
 
----------------
aaron.ballman wrote:
> This change seems unintentional?
I think it's a clang-format being a little eager, not sure though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98792/new/

https://reviews.llvm.org/D98792

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

Reply via email to