[all-commits] [llvm/llvm-project] 0ee40c: [KeyInstr][Clang] Aggregate init + copy (#134639)
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu May 22 09:36:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ee40ca5ccbf036179ee11530cc91de7d31131aa
https://github.com/llvm/llvm-project/commit/0ee40ca5ccbf036179ee11530cc91de7d31131aa
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExprAgg.cpp
M clang/lib/CodeGen/CodeGenFunction.h
A clang/test/DebugInfo/KeyInstructions/agg.c
Log Message:
-----------
[KeyInstr][Clang] Aggregate init + copy (#134639)
This patch is part of a stack that teaches Clang to generate Key Instructions
metadata for C and C++.
RFC:
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.
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