diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2023-07-07 08:38:35 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2023-07-07 08:41:11 -0400 |
commit | d618f1c3b12effd0c2bdb7d02108d3551f389d3d (patch) | |
tree | 9e10a9181995fa1f2b3fdd5839a724aa5e18da58 /clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m | |
parent | d8dc1c22bf926cb8c87d7ff72bae6aafe076bbc2 (diff) | |
download | llvm-d618f1c3b12effd0c2bdb7d02108d3551f389d3d.zip llvm-d618f1c3b12effd0c2bdb7d02108d3551f389d3d.tar.gz llvm-d618f1c3b12effd0c2bdb7d02108d3551f389d3d.tar.bz2 |
Remove rdar links; NFC
This removes links to rdar, which is an internal bug tracker that the
community doesn't have visibility into.
See further discussion at:
https://discourse.llvm.org/t/code-review-reminder-about-links-in-code-commit-messages/71847
Diffstat (limited to 'clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m')
-rw-r--r-- | clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m b/clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m index af8508b..01eefd4 100644 --- a/clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m +++ b/clang/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -emit-llvm %s -o /dev/null -fobjc-gc -// rdar://5541393 typedef unsigned int NSUInteger; __attribute__((objc_gc(strong))) float *_scores; |