[PATCH] D26276: Remove redundant calls to std::string::data()

2016-11-03 Thread Malcolm Parsons via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285899: Remove redundant calls to std::string::data() (authored by malcolm.parsons). Changed prior to commit: https://reviews.llvm.org/D26276?vs=76835&id=76846#toc Repository: rL LLVM https://review

[PATCH] D26276: Remove redundant calls to std::string::data()

2016-11-03 Thread Aaron Ballman via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM! https://reviews.llvm.org/D26276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman

[PATCH] D26276: Remove redundant calls to std::string::data()

2016-11-03 Thread Malcolm Parsons via cfe-commits
malcolm.parsons created this revision. malcolm.parsons added reviewers: aaron.ballman, mehdi_amini, dblaikie. malcolm.parsons added a subscriber: cfe-commits. Herald added a subscriber: klimek. https://reviews.llvm.org/D26276 Files: lib/Parse/ParseObjc.cpp lib/Tooling/Core/Replacement.cpp I