[PATCH] cpp11-migrate: Add '-supports' command line switch.

Guillaume Papin guillaume.papin at epitech.eu
Mon Jul 29 06:47:07 PDT 2013



================
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



More information about the cfe-commits mailing list