]> granicus.if.org Git - clang/commitdiff
Re-devirtualize this. A new virtual method snuck in.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 10 Sep 2010 08:13:48 +0000 (08:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 10 Sep 2010 08:13:48 +0000 (08:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113582 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 250562c4342e4d85bad7e4e3a05b73b09ce94efd..11306f7064e88f82bef64f340cc3b413cba307f5 100644 (file)
@@ -2166,10 +2166,10 @@ public:
                             SourceLocation RParenLoc);
 
   /// ActOnCXXUuidof - Parse __uuidof( something ).
-  virtual ExprResult ActOnCXXUuidof(SourceLocation OpLoc,
-                                    SourceLocation LParenLoc, bool isType,
-                                    void *TyOrExpr,
-                                    SourceLocation RParenLoc);
+  ExprResult ActOnCXXUuidof(SourceLocation OpLoc,
+                            SourceLocation LParenLoc, bool isType,
+                            void *TyOrExpr,
+                            SourceLocation RParenLoc);
 
 
   //// ActOnCXXThis -  Parse 'this' pointer.