aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/property-agrr-getter.m
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2023-07-17 12:47:39 -0700
committerMehdi Amini <joker.eph@gmail.com>2023-07-17 18:08:04 -0700
commite0ac46e69d7adbe327148550ffafe746cbc0ec78 (patch)
tree54e195e4f0e0d82498dcc8e37da95ca9954ede08 /clang/test/CodeGenObjC/property-agrr-getter.m
parenta5cee3e386bde28ce21ff2ead3fc420f018604ca (diff)
downloadllvm-e0ac46e69d7adbe327148550ffafe746cbc0ec78.zip
llvm-e0ac46e69d7adbe327148550ffafe746cbc0ec78.tar.gz
llvm-e0ac46e69d7adbe327148550ffafe746cbc0ec78.tar.bz2
Revert "Remove rdar links; NFC"
This reverts commit d618f1c3b12effd0c2bdb7d02108d3551f389d3d. This commit wasn't reviewed ahead of time and significant concerns were raised immediately after it landed. According to our developer policy this warrants immediate revert of the commit. https://llvm.org/docs/DeveloperPolicy.html#patch-reversion-policy Differential Revision: https://reviews.llvm.org/D155509
Diffstat (limited to 'clang/test/CodeGenObjC/property-agrr-getter.m')
-rw-r--r--clang/test/CodeGenObjC/property-agrr-getter.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/property-agrr-getter.m b/clang/test/CodeGenObjC/property-agrr-getter.m
index 823dd46..7a1b06d 100644
--- a/clang/test/CodeGenObjC/property-agrr-getter.m
+++ b/clang/test/CodeGenObjC/property-agrr-getter.m
@@ -37,6 +37,7 @@ float f (void)
return (obj.size).width;
}
+// rdar://problem/9272392
void test3(AnObject *obj) {
obj.size;
(void) obj.size;