Fix lint errors
authorNicholas Ormrod <njormrod@fb.com>
Mon, 22 Sep 2014 21:13:14 +0000 (14:13 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Fri, 26 Sep 2014 22:20:45 +0000 (15:20 -0700)
commit69a28bbf0461d9d10d63ebe50837ce5bff55e2b1
treee9a4aa850035f2242ff6e24930e9b0be5cc0edaf
parent6fc7a48c7e3a5cdb0c97196b2ff0f08c6ee073d7
Fix lint errors

Summary: Pass const StringPieces by value instead of reference.

Test Plan:
fbconfig -r folly && fbmake runtests

Reviewed By: robbert@fb.com

Subscribers: trunkagent, sdwilsh, njormrod

FB internal diff: D1569488
folly/Range.cpp
folly/Range.h
folly/detail/SlowFingerprint.h
folly/gen/String-inl.h
folly/gen/String.h
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp