Switch all uses of LLVM_OVERRIDE to just use 'override' directly.

llvm-svn: 202625
This commit is contained in:
Craig Topper
2014-03-02 09:32:10 +00:00
parent 9737e3886b
commit a798a9db93
22 changed files with 55 additions and 56 deletions

View File

@@ -106,7 +106,7 @@ namespace {
}
}
virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) LLVM_OVERRIDE {
virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) override {
if (Diags.hasErrorOccurred())
return;