Manman Ren
2b2b1a9200
ObjC Class Property: diagnostics when accessing a class property using instance.
...
When a class property is accessed with an object instance, before this commit,
we try to apply a typo correction of the same property:
property 'c' not found on object of type 'A *'; did you mean 'c'?
With this commit, we correctly emit a diagnostics:
property 'c' is a class property; did you mean to access it with class 'A'?
rdar://26866973
llvm-svn: 274076
2016-06-28 23:01:49 +00:00
..
2015-11-03 01:15:46 +00:00
2013-07-04 16:16:58 +00:00
2013-07-04 16:16:58 +00:00
2014-08-19 23:39:17 +00:00
2015-03-25 00:53:33 +00:00
2014-08-19 15:55:55 +00:00
2013-07-04 16:16:58 +00:00
2015-03-29 18:07:29 +00:00
2013-11-03 01:50:38 +00:00
2016-04-27 19:53:03 +00:00
2013-07-04 16:16:58 +00:00
2014-03-02 18:46:05 +00:00
2016-06-02 00:11:03 +00:00
2015-06-17 17:47:30 +00:00
2014-06-24 17:02:19 +00:00
2015-06-24 22:02:08 +00:00
2013-12-18 21:04:43 +00:00
2013-12-10 17:08:13 +00:00
2013-12-10 23:18:06 +00:00
2015-03-14 01:10:19 +00:00
2013-07-04 16:16:58 +00:00
2016-06-28 23:01:49 +00:00
2015-04-02 22:10:06 +00:00
2014-02-06 07:15:59 +00:00
2013-09-11 18:10:30 +00:00
2013-09-20 02:48:08 +00:00
2014-11-20 22:06:40 +00:00
2016-06-23 19:02:52 +00:00
2013-09-13 15:35:43 +00:00
2015-09-30 00:48:50 +00:00
2014-11-12 23:15:38 +00:00
2015-10-08 06:31:22 +00:00
2013-10-15 05:25:17 +00:00
2013-07-04 16:16:58 +00:00
2014-08-12 22:16:41 +00:00
2013-12-17 01:19:19 +00:00
2013-07-04 16:16:58 +00:00
2014-08-08 22:33:24 +00:00
2013-08-09 04:35:01 +00:00
2015-01-28 00:46:09 +00:00
2013-09-26 19:10:29 +00:00
2013-07-04 16:16:58 +00:00
2013-07-08 23:13:44 +00:00
2016-05-04 21:08:13 +00:00