[all-commits] [llvm/llvm-project] 32d03f: [Clang][Sema] Fix crash in CheckUsingDeclQualifier...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Thu Oct 2 08:20:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32d03f3991bb03e976a25a3fa311f9a4e172dc5e
https://github.com/llvm/llvm-project/commit/32d03f3991bb03e976a25a3fa311f9a4e172dc5e
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/SemaCXX/cxx98-compat.cpp
Log Message:
-----------
[Clang][Sema] Fix crash in CheckUsingDeclQualifier due to diagnostic missing an argument (#161277)
Crash report came in and it was pretty obvious the diagnostic line was
just missing an argument. I supplied the argument and added a test.
Fixes: https://github.com/llvm/llvm-project/issues/161072
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list