[all-commits] [llvm/llvm-project] 082880: [DebugInfo] Emit access specifiers for typedefs
Jonathan via All-commits
all-commits at lists.llvm.org
Thu Sep 22 10:09:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08288052aef28fb335318e6da0ee952dd6137b83
https://github.com/llvm/llvm-project/commit/08288052aef28fb335318e6da0ee952dd6137b83
Author: Jonathan Camilleri <jon.d.cam at gmail.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/test/DebugInfo/X86/debug-info-access.ll
Log Message:
-----------
[DebugInfo] Emit access specifiers for typedefs
The accessibility level of a typedef or using declaration in a
struct or class was being lost when producing debug information.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D134339
Commit: 4cd7529e4caa00fa7ba27d9de18adea3c702ad8f
https://github.com/llvm/llvm-project/commit/4cd7529e4caa00fa7ba27d9de18adea3c702ad8f
Author: Jonathan Camilleri <jon.d.cam at gmail.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-access.cpp
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/IR/DIBuilder.cpp
Log Message:
-----------
[clang][DebugInfo] Emit access specifiers for typedefs
The accessibility level of a typedef or using declaration in a
struct or class was being lost when producing debug information.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D134339
Compare: https://github.com/llvm/llvm-project/compare/9018fa174598...4cd7529e4caa
More information about the All-commits
mailing list