[PATCH] Added summary option to cpp11-migrate tool

Dmitri Gribenko gribozavr at gmail.com
Mon Mar 4 16:14:26 PST 2013


  Committed r176465 with that change.


================
Comment at: cpp11-migrate/Transform.h:109
@@ -108,3 +108,3 @@
 public:
-  Transform() {
+  Transform(const llvm::StringRef &Name) : Name(Name) {
     Reset();
----------------
Please use a plain 'llvm::StringRef Name'.  StringRef is not designed to be passed by ref.


http://llvm-reviews.chandlerc.com/D338



More information about the cfe-commits mailing list