diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-03-04 06:24:11 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-03-04 06:24:11 +0000 |
| commit | 32ea826a8a4b2d539b6ce19ac02c82c91f92292f (patch) | |
| tree | 817d159188e76d3927999b08ca4c8e8085c8389e /llvm/lib | |
| parent | 590604b2d4ad1ac721344830b9c7c67e9e5d7e28 (diff) | |
| download | bcm5719-llvm-32ea826a8a4b2d539b6ce19ac02c82c91f92292f.tar.gz bcm5719-llvm-32ea826a8a4b2d539b6ce19ac02c82c91f92292f.zip | |
[C+11] Add 'override' keyword to methods in the support library.
llvm-svn: 202791
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Support/CommandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 6d962e6496f..deb5c3983d1 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -1507,7 +1507,7 @@ public: using HelpPrinter::operator= ; protected: - virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { + void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) override { std::vector<OptionCategory *> SortedCategories; std::map<OptionCategory *, std::vector<Option *> > CategorizedOptions; |

