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

2019-07-12 Thread Mark de Wever via Phabricator via cfe-commits
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(C

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

2019-07-12 Thread Roman Lebedev via Phabricator via cfe-commits
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 CHAN

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

2019-07-12 Thread Mark de Wever via Phabricator via cfe-commits
Mordante created this revision. Mordante added a reviewer: rsmith. Mordante added a project: clang. This fixes bug 35682. I was not able to easily generate a test-case so I haven't been able to add unit tests. I'll update the bug in bugzilla with some additional information. Repository: rG