File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3084,10 +3084,10 @@ namespace {
3084
3084
3085
3085
for (auto pack : expandedPacks) {
3086
3086
Type packType;
3087
- // Skipping over pack elements because the relationship to its
3088
- // environment is now established during addPackElementEnvironment upon
3089
- // visiting its pack expansion and the Shape constraint added upon
3090
- // visiting the pack element.
3087
+ // / Skipping over pack elements because the relationship to its
3088
+ // / environment is now established during \c addPackElementEnvironment
3089
+ // / upon visiting its pack expansion and the Shape constraint added
3090
+ // / upon visiting the pack element.
3091
3091
if (isExpr<PackElementExpr>(pack)) {
3092
3092
continue ;
3093
3093
} else if (auto *elementType =
You can’t perform that action at this time.
0 commit comments