forked from OSchip/llvm-project
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:
parent
71a2f72f1f
commit
69735112d0
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue