Fix four missing 'override' specifiers found with the Clang
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 08:07:00 +0000 (08:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 08:07:00 +0000 (08:07 +0000)
commit40927d0dcd1c50dfa68b6f163333268459179e43
treecdfd8d01534dcf2ced38f5acc243e0cfecfbcb24
parentf7888ab386434ec05067af8d6abe48bd890cd2a4
Fix four missing 'override' specifiers found with the Clang
'-Winconsistent-missing-override' warning. I suggest folks use this to
ensure that override is consistently used to mark virtual function
overrides.

llvm-svn: 229084
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h