1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/MC/MCParser
Benjamin Kramer 5fd769f791 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.

llvm-svn: 291904
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