[PATCH] Introducing initial UseAuto transform

Edwin Vane edwin.vane at intel.com
Mon Feb 11 11:21:52 PST 2013



================
Comment at: cpp11-migrate/UseAuto/UseAutoMatchers.cpp:62-63
@@ +61,4 @@
+
+/// \brief Overload of allOf accepting 5 args.
+template <typename M1, typename M2, typename M3, typename M4, typename M5>
+internal::PolymorphicMatcherWithParam2<
----------------
Edwin Vane wrote:
> Dmitri Gribenko wrote:
> > This should probably go into ASTMatchers library.
> I thought this matcher was too specific for the library but I can probably break it down into re-usable chunks if that's the consensus.
I see this comment is actually meant for the following allOf() overload. Will do.


http://llvm-reviews.chandlerc.com/D392



More information about the cfe-commits mailing list