This revision was automatically updated to reflect the committed changes.
Closed by commit rL366200: [SemaTemplate] Fix uncorrected typos after pack
expansion (authored by sammccall, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D64677?vs=209631&id=210057#toc
Repository:
sammccall marked an inline comment as done.
sammccall added inline comments.
Comment at: clang/lib/Sema/SemaTemplateVariadic.cpp:622
<< Pattern->getSourceRange();
+CorrectDelayedTyposInExpr(Pattern);
return ExprError();
kadircet wrote:
> why not dir