[PATCH] D64644: Fixes a clang frontend assertion failure (bug 35682)
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 09:51:14 PDT 2019
lebedev.ri added a comment.
Test?
================
Comment at: clang/lib/Sema/SemaTemplate.cpp:726
+ return ExprError();
+ else
+ return DependentScopeDeclRefExpr::Create(Context, std::move(QualifierLoc),
----------------
no else after return
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64644/new/
https://reviews.llvm.org/D64644
More information about the cfe-commits
mailing list