OSDN Git Service

[C+11] Add 'override' keyword to methods in the support library.
authorCraig Topper <craig.topper@gmail.com>
Tue, 4 Mar 2014 06:24:11 +0000 (06:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 4 Mar 2014 06:24:11 +0000 (06:24 +0000)
commit4a655e706453ba6fcf1db555437e3725eed6703b
tree9459f8339b6eaea184ae4e1f01a017c24c4d8727
parentcfb73ab1c0fec466952c6602c306e7665383f822
[C+11] Add 'override' keyword to methods in the support library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202791 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/FoldingSet.h
include/llvm/IR/InstrTypes.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Format.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/Process.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
lib/Support/CommandLine.cpp