[all-commits] [llvm/llvm-project] 2fc465: [KeyInstr][Clang] Member initalization atom
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed May 21 07:25:43 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-member-init
Home: https://github.com/llvm/llvm-project
Commit: 2fc4653e3e2bd825114b8081df06696c0f2b6b43
https://github.com/llvm/llvm-project/commit/2fc4653e3e2bd825114b8081df06696c0f2b6b43
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/lib/CodeGen/CGClass.cpp
A clang/test/DebugInfo/KeyInstructions/init-member.cpp
Log Message:
-----------
[KeyInstr][Clang] Member initalization atom
This patch is part of a stack that teaches Clang to generate Key Instructions
metadata for C and C++.
The Key Instructions project is introduced, including a "quick summary" section
at the top which adds context for this PR, here:
https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668
The feature is only functional in LLVM if LLVM is built with CMake flag
LLVM_EXPERIMENTAL_KEY_INSTRUCTIONs. Eventually that flag will be removed.
The Clang-side work is demoed here:
https://github.com/llvm/llvm-project/pull/130943
Commit: 58f7f4d5dc33d81e0726c6dc332dd2842f821efb
https://github.com/llvm/llvm-project/commit/58f7f4d5dc33d81e0726c6dc332dd2842f821efb
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/init-member.cpp
Log Message:
-----------
cc1
Compare: https://github.com/llvm/llvm-project/compare/c25359bdebc6...58f7f4d5dc33
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