[all-commits] [llvm/llvm-project] d49a2d: [Clang] disallow the use of asterisks preceding co...
Oleksandr T. via All-commits
all-commits at lists.llvm.org
Thu Jan 16 13:01:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d49a2d2bc9c65c787bfa04ac8ece614da48a8cd5
https://github.com/llvm/llvm-project/commit/d49a2d2bc9c65c787bfa04ac8ece614da48a8cd5
Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/SemaCXX/constructor.cpp
M clang/test/SemaCXX/conversion-function.cpp
M clang/test/SemaCXX/destructor.cpp
Log Message:
-----------
[Clang] disallow the use of asterisks preceding constructor and destructor names (#122621)
Fixes #121706
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