Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressions, from Eric Niebler via John Wiegley

llvm-svn: 127123
This commit is contained in:
Douglas Gregor 2011-03-06 17:40:41 +00:00
parent 71a2f72f1f
commit 69735112d0
1 changed files with 1 additions and 1 deletions

View 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());