================ Comment at: cpp11-migrate/Core/Transform.h:275 @@ +274,3 @@ +/// In the sub-classed factory constructor, specify the earliest versions since +/// the compilers in \c CompilerVersions are supporting the feature introduced +/// by the transform. See the example below. ---------------- Edwin Vane wrote: > are supporting => support Done.
================ Comment at: docs/MigratorUsage.rst:18 @@ +17,3 @@ + +If both are enabled, only explicitly specified transformations that are +supported by the given compilers will be applied. ---------------- Edwin Vane wrote: > I'd replace "If both are enabled," with "If both ways of specifying > transforms are used ". > > Also, take out the comma. Done. http://llvm-reviews.chandlerc.com/D1202 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
