OSDN Git Service

Add LLVM_OVERRIDE to methods that override their base classes.
authorCraig Topper <craig.topper@gmail.com>
Sun, 23 Sep 2012 02:12:10 +0000 (02:12 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 23 Sep 2012 02:12:10 +0000 (02:12 +0000)
commita96a1824747632ce87ef065b4a13fb777d2b14d6
tree7a4851895fbb852ec33c6b8ece55584e9ad03014
parent4d6b84028ab3b135308296d61a8acfc3fd0b1fb1
Add LLVM_OVERRIDE to methods that override their base classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164471 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/InstrTypes.h
include/llvm/Support/Allocator.h
include/llvm/Support/CommandLine.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/circular_raw_ostream.h
include/llvm/Support/raw_os_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/system_error.h
lib/Support/DAGDeltaAlgorithm.cpp
lib/Support/DataStream.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/StreamableMemoryObject.cpp
lib/Support/system_error.cpp
lib/VMCore/Instructions.cpp