[PATCH] Fix for combined loop and nullptr convert tests
Dmitri Gribenko
gribozavr at gmail.com
Wed Feb 6 05:23:37 PST 2013
I don't know this part of cpp11-migrate to do a meaningful review. Adding klimek and djasper.
================
Comment at: cpp11-migrate/Transform.h:75
@@ -75,1 +74,3 @@
+ RewriterContainer(clang::FileManager &Files,
+ const FileContentsByPath &InputStates)
: DiagOpts(new clang::DiagnosticOptions()),
----------------
Please align 'clang' and 'const'.
http://llvm-reviews.chandlerc.com/D371
More information about the cfe-commits
mailing list