]> granicus.if.org Git - clang/commitdiff
[C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.
authorCraig Topper <craig.topper@gmail.com>
Sun, 2 Mar 2014 10:02:43 +0000 (10:02 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 2 Mar 2014 10:02:43 +0000 (10:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202630 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ASTMatchers/Dynamic/Marshallers.h

index 96a0b8c3b61fa3859f179758f7930428666eee66..4409125dc6a70ded8d37ff39913a3d54d5f47945 100644 (file)
@@ -637,7 +637,7 @@ public:
       *LeastDerivedKind = Kind;
     return true;
   }
-  bool isPolymorphic() const LLVM_OVERRIDE { return true; }
+  bool isPolymorphic() const override { return true; }
 
 private:
   const unsigned MinCount;