aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2025-10-31 09:44:13 +0000
committerGitHub <noreply@github.com>2025-10-31 09:44:13 +0000
commit1e7c082524ed7fa12e572d84462b79e3315fb704 (patch)
tree3e09be624a9740f8ae1486e5e7033eb34f323bf8 /clang/lib/Frontend/CompilerInvocation.cpp
parent44fefe70e41a3b8e68545f45798740f74f4231cd (diff)
downloadllvm-1e7c082524ed7fa12e572d84462b79e3315fb704.zip
llvm-1e7c082524ed7fa12e572d84462b79e3315fb704.tar.gz
llvm-1e7c082524ed7fa12e572d84462b79e3315fb704.tar.bz2
[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)
This patch makes `dwarfdump` show the `DW_AT_APPLE_property_name` of a referenced `DW_TAG_APPLE_property` (similar to how we show the name of a referenced `DW_AT_type`). Eventually we'll extend this to the DWARFv6 property tags too. Before: ``` 0x00000013: DW_TAG_APPLE_property DW_AT_APPLE_property_name ("propertyName") 0x0000001b: DW_TAG_member DW_AT_name ("_ivar") DW_AT_APPLE_property (0x00000013) ``` After: ``` 0x00000013: DW_TAG_APPLE_property DW_AT_APPLE_property_name ("propertyName") 0x0000001b: DW_TAG_member DW_AT_name ("_ivar") DW_AT_APPLE_property (0x00000013 "propertyName") ```
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions