[PATCH] D64677: [SemaTemplate] Fix uncorrected typos after pack expansion

2019-07-16 Thread Sam McCall via Phabricator via cfe-commits
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:

[PATCH] D64677: [SemaTemplate] Fix uncorrected typos after pack expansion

2019-07-15 Thread Sam McCall via Phabricator via cfe-commits
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