================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
