llvm/lib/MC/MCParser
Benjamin Kramer 1fb85c6675 Apply clang-tidy's performance-unnecessary-value-param to LLVM.
With some minor manual fixes for using function_ref instead of
std::function. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291904 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-13 14:39:03 +00:00
..
AsmLexer.cpp Add a comment consumer mechanism to MCAsmLexer 2016-12-08 10:31:21 +00:00
AsmParser.cpp Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
CMakeLists.txt
COFFAsmParser.cpp Reapply "[CodeGen] Fix invalid DWARF info on Win64" 2017-01-02 03:00:19 +00:00
DarwinAsmParser.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 16:43:50 +00:00
ELFAsmParser.cpp Allow ELF section flags to be specified numerically 2016-12-15 07:59:15 +00:00
LLVMBuild.txt
MCAsmLexer.cpp Add a comment consumer mechanism to MCAsmLexer 2016-12-08 10:31:21 +00:00
MCAsmParser.cpp Apply clang-tidy's performance-unnecessary-value-param to LLVM. 2017-01-13 14:39:03 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp