[PATCH] Introducing initial UseAuto transform
Edwin Vane
edwin.vane at intel.com
Fri Feb 15 17:35:45 PST 2013
================
Comment at: cpp11-migrate/UseAuto/UseAutoMatchers.cpp:62
@@ +61,3 @@
+ QualType QT = Node;
+ //llvm::errs() << QT.getAsString() << "\n";
+ for (;;) {
----------------
Sean Silva wrote:
> Don't commit commented out code.
No worries. This patch has a truckload of commented-out and dead code because it's just in development. I'll start polishing things up once I've got the all clear for the matching algorithm itself.
http://llvm-reviews.chandlerc.com/D392
BRANCH
iter
ARCANIST PROJECT
clang-tools-extra
More information about the cfe-commits
mailing list