[all-commits] [llvm/llvm-project] 69e7b7: [lldb][NFC] Add a test case for Objective-C proper...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Mar 29 03:33:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69e7b7457809bac02f3e6f7d643c4fb516b31616
https://github.com/llvm/llvm-project/commit/69e7b7457809bac02f3e6f7d643c4fb516b31616
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
A lldb/test/API/lang/objc/modules-objc-property/Makefile
A lldb/test/API/lang/objc/modules-objc-property/TestModulesObjCProperty.py
A lldb/test/API/lang/objc/modules-objc-property/main.m
A lldb/test/API/lang/objc/modules-objc-property/module.modulemap
A lldb/test/API/lang/objc/modules-objc-property/myModule.h
Log Message:
-----------
[lldb][NFC] Add a test case for Objective-C properties with conflicting names
This is an LLDB test for the ASTImporter crash that got fixed in D99077.
The test is using Clang modules for the properties as it seems the conflicting
names are not actually correctly handled when generating debug information
(only the first property is emitted and the second one is ignored in the current
clang ToT).
More information about the All-commits
mailing list