Simon Pilgrim
beecd7c52e
Fix comment typos. NFC.
...
Identified by Pedro Giffuni in PR27636.
llvm-svn: 287490
2016-11-20 13:47:59 +00:00
Benjamin Kramer
0d4a698a65
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param.
...
Contains some manual fixes. No functionality change intended.
llvm-svn: 273047
2016-06-17 20:41:14 +00:00
Benjamin Kramer
9809f36d76
Move instances of std::function.
...
Or replace with llvm::function_ref if it's never stored. NFC intended.
llvm-svn: 272513
2016-06-12 16:13:55 +00:00
Matthias Braun
60703e1f97
raw_ostream: << operator for callables with raw_ostream argument
...
This is a revised version of r254655 which uses a Printable wrapper
class to avoid ambiguous overload problems.
Differential Revision: http://reviews.llvm.org/D14348
llvm-svn: 254681
2015-12-04 01:31:59 +00:00