[PATCH] D64644: Fixes a clang frontend assertion failure (bug 35682)

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 10:03:57 PDT 2019


Mordante marked 2 inline comments as done.
Mordante added a comment.

Thanks for feedback. I'll whether I can find a way to generate a nice test case.



================
Comment at: clang/lib/Sema/SemaTemplate.cpp:726
+    return ExprError();
+  else
+    return DependentScopeDeclRefExpr::Create(Context, std::move(QualifierLoc),
----------------
lebedev.ri wrote:
> no else after return
Will do in the next update.


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