summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-19 19:44:37 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-19 19:44:37 +0000
commit56376ef58fc4b139752e3c850da4547b8a551992 (patch)
treefb85c27dd6034d43fd63664ad47cbbee45ebc45e
parent0055a19926b7b23cfc49b5b645769698ba5aa129 (diff)
downloadbcm5719-llvm-56376ef58fc4b139752e3c850da4547b8a551992.tar.gz
bcm5719-llvm-56376ef58fc4b139752e3c850da4547b8a551992.zip
Remove unused diagnostic.
Unused since r231851. llvm-svn: 232751
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 3fb3774e2a8..a3ab5dff8c8 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -889,8 +889,6 @@ def warn_dealloc_in_category : Warning<
InGroup<DeallocInCategory>;
def err_gc_weak_property_strong_type : Error<
"weak attribute declared on a __strong type property in GC mode">;
-def note_arc_assign_to_strong : Note<
- "assign the value to a strong variable to keep the object alive during use">;
def warn_arc_repeated_use_of_weak : Warning <
"weak %select{variable|property|implicit property|instance variable}0 %1 is "
"accessed multiple times in this %select{function|method|block|lambda}2 "
OpenPOWER on IntegriCloud