[all-commits] [llvm/llvm-project] 7c3c24: Supports viewing class member variables in lambda ...
GkvJwa via All-commits
all-commits at lists.llvm.org
Tue Nov 21 15:33:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c3c243c9bf80377fcad6c7699dc9aaedd650a18
https://github.com/llvm/llvm-project/commit/7c3c243c9bf80377fcad6c7699dc9aaedd650a18
Author: GkvJwa <gkvjwa at gmail.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
A clang/test/CodeGenCXX/debug-info-lambda-this.cpp
Log Message:
-----------
Supports viewing class member variables in lambda when using the vs debugger (#71564)
Use "__this" in DataMemberRecord, make vs debugger can be parsed normally
Fixes #71562
More information about the All-commits
mailing list