[PATCH] D134339: [clang][llvm] generate accessibility metadata for type aliases

Jonathan Camilleri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 01:51:14 PDT 2022


J-Camilleri created this revision.
J-Camilleri added a reviewer: dexonsmith.
Herald added subscribers: jeroen.dobbelaere, hiraditya.
Herald added a project: All.
J-Camilleri requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

The accessibility level of a typedef or using declaration in a
struct or class was being lost when producing debug information.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134339

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/test/CodeGenCXX/debug-info-access.cpp
  llvm/include/llvm/IR/DIBuilder.h
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/test/DebugInfo/X86/debug-info-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134339.461813.patch
Type: text/x-patch
Size: 26735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/f83a2f74/attachment.bin>


More information about the llvm-commits mailing list