Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
authorHans Wennborg <hans@hanshq.net>
Thu, 10 Sep 2015 16:49:58 +0000 (16:49 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 10 Sep 2015 16:49:58 +0000 (16:49 +0000)
commit07a3b97f20bf63f196ce76e8bfa47d129cf6d8c4
tree58b173bd85c0f661269544ef935e7e6574cd2288
parentd4c5df76da223f5be8c40080f6164f73f3ffb0a8
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"

Except the changes that defined virtual destructors as =default, because that
ran into problems with GCC 4.7 and overriding methods that weren't noexcept.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247298 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRParser/MIRParser.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
lib/CodeGen/MIRPrintingPass.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Transforms/Instrumentation/SafeStack.cpp
utils/TableGen/InstrInfoEmitter.cpp