]> granicus.if.org Git - clang/commit
[C++11] Add 'override' keyword to virtual methods that override their base class.
authorCraig Topper <craig.topper@gmail.com>
Tue, 11 Mar 2014 06:50:42 +0000 (06:50 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 11 Mar 2014 06:50:42 +0000 (06:50 +0000)
commit260dbc31432fd56e5f025c4a8bb363377ee1808a
tree37023ba3d6bf9fc3fdca8b3d64b7b777bd26915b
parentbc04c446c18790c83953ec792cfdfbafe93a9e58
[C++11] Add 'override' keyword to virtual methods that override their base class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203547 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Lexer.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PPConditionalDirectiveRecord.h
include/clang/Lex/PTHLexer.h
include/clang/Lex/PTHManager.h
include/clang/Lex/Pragma.h
include/clang/Lex/PreprocessingRecord.h
lib/Lex/PTHLexer.cpp
lib/Lex/Pragma.cpp