]> granicus.if.org Git - clang/commitdiff
Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressions,...
authorDouglas Gregor <dgregor@apple.com>
Sun, 6 Mar 2011 17:40:41 +0000 (17:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 6 Mar 2011 17:40:41 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127123 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/TreeTransform.h

index 94aac52e5b0240e901ba0f60e48aeabcda134ded..870f992c6d718a8827f83f3a3dadfae343d2c92f 100644 (file)
@@ -6302,7 +6302,7 @@ TreeTransform<Derived>::TransformCXXUuidofExpr(CXXUuidofExpr *E) {
         TInfo == E->getTypeOperandSourceInfo())
       return SemaRef.Owned(E);
 
-    return getDerived().RebuildCXXTypeidExpr(E->getType(),
+    return getDerived().RebuildCXXUuidofExpr(E->getType(),
                                              E->getLocStart(),
                                              TInfo,
                                              E->getLocEnd());