commit | 240faf5ef0d065dabe9fb262f0111c3e75bfc84e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 01 21:04:20 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 01 21:04:20 2016 +0000 |
tree | 9dd253d26abe772e580fa2304e08d5961cab6524 | |
parent | 8ce8f60a2f04b95f020a35d633ae35d3107875d3 [diff] | |
parent | 6c083acf2aa05e312f4b11494b986455346ab452 [diff] |
Merge "Fix clang-tidy performance warnings."
diff --git a/tools/atree/atree.cpp b/tools/atree/atree.cpp index b134e01..7deca7e 100644 --- a/tools/atree/atree.cpp +++ b/tools/atree/atree.cpp
@@ -92,7 +92,7 @@ // 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)