[PATCH] D95482: [PATCH] [clang] Fix bug 48848 by removing assertion related to recoverFromMSUnqualifiedLookup

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 10:59:10 PST 2021


erik.pilkington added a comment.

Sorry, yeah, I'm OK with this change.



================
Comment at: clang/test/SemaCXX/lambda-expressions.cpp:671
+#else
+template <typename RT, typename ET>
+void Decider(const RT &sp, ET &ep) {
----------------
I think it makes more sense for this test to be in its own file since entire rest of the test is `#ifndef`ed out.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95482/new/

https://reviews.llvm.org/D95482



More information about the cfe-commits mailing list