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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
