We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd09b0 commit e10cd3eCopy full SHA for e10cd3e
clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -1193,7 +1193,9 @@ TemplateInstantiator::TransformPredefinedExpr(PredefinedExpr *E) {
1193
return E;
1194
1195
return getSema().BuildUniqueStableName(E->getLocation(), SubExpr.get());
1196
- } else if (E->getIdentKind() == PredefinedExpr::UniqueStableNameType) {
+ }
1197
+
1198
+ if (E->getIdentKind() == PredefinedExpr::UniqueStableNameType) {
1199
TypeSourceInfo *Info = getDerived().TransformType(E->getTypeSourceInfo());
1200
if (!Info)
1201
return ExprError();
0 commit comments