Merge "Fix clang-tidy performance warnings." am: 240faf5ef0 am: 644526cfa5

am: 068f33b95f

Change-Id: Ic1dcb417a1c29bdfcca59c651b8a3a5481773d43
This commit is contained in:
Chih-Hung Hsieh 2016-08-01 21:19:53 +00:00 committed by android-build-merger
commit 28b71f0005

View file

@ -92,7 +92,7 @@ debug_printf(const char* format, ...)
// Escape the filename so that it can be added to the makefile properly.
static string
escape_filename(const string name)
escape_filename(const string& name)
{
ostringstream new_name;
for (string::const_iterator iter = name.begin(); iter != name.end(); ++iter)