Adrian Prantl
ef423a3ba5
Add Objective-C property accessors loaded from Clang module DWARF to lookup
...
This patch fixes a bug when synthesizing an ObjC property from
-gmodules debug info. Because the method declaration that is injected
via the non-modular property implementation is not added to the
ObjCInterfaceDecl's lookup pointer, a second copy of the accessor
would be generated when processing the ObjCPropertyDecl. This can be
avoided by finding the existing method decl in
ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName() and
adding it to the LookupPtr.
Differential Revision: https://reviews.llvm.org/D78333
2020-04-24 11:10:50 -07:00
..
2020-04-17 11:01:20 -07:00
2020-04-07 01:06:16 +09:00
2019-10-09 19:22:02 +00:00
2019-11-26 14:24:28 +01:00
2019-10-09 19:22:02 +00:00
2019-11-22 09:55:25 -08:00
2019-11-22 09:55:25 -08:00
2020-01-17 11:04:55 -08:00
2020-01-23 11:17:24 -08:00
2019-12-23 14:54:22 +01:00
2020-01-09 13:19:29 +01:00
2019-12-09 13:39:08 +01:00
2020-04-23 16:12:41 +02:00
2020-01-14 15:19:29 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-12-04 17:08:23 +01:00
2019-12-06 10:26:52 +01:00
2019-12-05 13:02:03 +01:00
2019-10-09 19:22:02 +00:00
2020-01-20 11:45:53 +01:00
2019-10-09 19:22:02 +00:00
2020-03-18 15:49:24 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2020-03-18 15:49:24 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-10-31 10:40:37 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2020-04-23 16:12:41 +02:00
2019-12-06 10:33:13 +01:00
2020-02-13 11:17:27 -06:00
2019-10-25 17:49:06 +00:00
2019-10-09 19:22:02 +00:00
2019-12-12 11:45:03 +01:00
2019-12-05 11:37:18 +01:00
2020-01-16 16:25:49 +01:00
2020-01-16 16:25:49 +01:00
2020-03-16 13:25:10 +01:00
2020-02-25 10:04:09 +01:00
2020-02-24 17:01:15 +01:00
2020-02-21 18:51:05 -08:00
2020-01-28 13:46:43 +01:00
2020-01-16 16:25:49 +01:00
2020-01-16 16:25:49 +01:00
2020-01-16 16:25:49 +01:00
2020-01-16 16:25:49 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2020-01-16 16:25:49 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2020-01-16 16:25:49 +01:00
2020-01-16 16:25:49 +01:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-12-20 13:27:40 +01:00
2019-12-20 13:27:40 +01:00
2020-04-09 11:09:44 -07:00
2020-04-24 11:10:50 -07:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2019-10-09 19:22:02 +00:00
2020-04-16 13:31:32 -07:00
2019-12-04 23:55:34 +02:00