1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/MCTargetDesc
Alexander Kornienko 71412ece39 Use 'override/final' instead of 'virtual' for overridden methods
The patch is generated using clang-tidy misc-use-override check.

This command was used:

  tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
    -checks='-*,misc-use-override' -header-filter='llvm|clang' \
    -j=32 -fix -format

http://reviews.llvm.org/D8925

llvm-svn: 234679
2015-04-11 02:11:45 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
X86BaseInfo.h [X86] Add the remaining 11 possible exact ModRM formats. This makes their encodings linear which can then be used to simplify some other code. 2015-02-15 04:16:44 +00:00
X86ELFObjectWriter.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
X86ELFRelocationInfo.cpp Refactor: Simplify boolean expressions in x86 target 2015-03-23 19:42:36 +00:00
X86FixupKinds.h
X86MachObjectWriter.cpp clang-format bits of code to make a followup patch easy to read. 2015-04-09 18:32:58 +00:00
X86MachORelocationInfo.cpp Refactor: Simplify boolean expressions in x86 target 2015-03-23 19:42:36 +00:00
X86MCAsmInfo.cpp Classify functions by EH personality type rather than using the triple 2015-01-23 18:49:01 +00:00
X86MCAsmInfo.h Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision 2015-01-09 18:55:42 +00:00
X86MCCodeEmitter.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
X86MCTargetDesc.cpp Replace the MCSubtargetInfo parameter with a Triple when creating 2015-03-31 00:10:04 +00:00
X86MCTargetDesc.h clang-format bits of code to make a followup patch easy to read. 2015-04-09 18:32:58 +00:00
X86WinCOFFObjectWriter.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
X86WinCOFFStreamer.cpp Split the object streamer callback in one per file format. 2015-03-19 01:50:16 +00:00