[PATCH] D124666: In MSVC compatibility mode, handle unqualified templated base class initialization
Fred Tingaud via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 05:45:08 PDT 2022
frederic-tingaud-sonarsource added a comment.
By the way, in the current state of the code, there is no risk of such conflict between typo correction and UnqualifiedBase, because when an unqualified base exists the lookup result will not be empty.
That's why the test was not failing even without moving the compatibility first.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124666/new/
https://reviews.llvm.org/D124666
More information about the cfe-commits
mailing list