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
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
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