[clang] [Clang][Sema] Fix crash when MS dependent base class lookup occurs in an incomplete context (PR #83024)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 08:43:15 PST 2024
================
@@ -283,6 +283,7 @@ Bug Fixes to C++ Support
(`#78524 <https://github.com/llvm/llvm-project/issues/78524>`_)
- Clang no longer instantiates the exception specification of discarded candidate function
templates when determining the primary template of an explicit specialization.
+- Fixed a crash when MS unqualified dependent base class lookup occurs in an incomplete class.
----------------
erichkeane wrote:
I can live with either, with a mild preference for the latter, feel free to commit with that one.
https://github.com/llvm/llvm-project/pull/83024
More information about the cfe-commits
mailing list