Raphael Isemann
b5ff511048
[lldb][NFC] Early-exit in DWARFASTParserClang::ParseSingleMember
...
ParseSingleMember has two large ifs around the back of it's body:
`if (!is_artificial)` and `if (member_type)`. This patch just converts those
to early-exits. The patch is NFC. It even retains the curious fact that
Objective-C properties that fail to parse are silently ignored, but now there
is at least a FIXME that points this out.
2021-10-09 14:40:39 +02:00
..
2021-08-10 20:43:24 +02:00
2021-08-09 13:15:14 +02:00
2020-02-17 14:10:36 +01:00
2021-08-10 20:43:24 +02:00
2021-08-09 13:15:14 +02:00
2020-01-24 08:52:55 +01:00
2020-02-17 23:15:40 -08:00
2021-06-09 09:43:13 -07:00
2021-06-09 09:43:13 -07:00
2021-07-02 11:31:16 -07:00
2021-10-09 14:40:39 +02:00
2021-09-17 21:51:36 +02:00
2021-07-02 11:31:16 -07:00
2021-03-09 10:23:05 +01:00
2020-06-09 13:41:41 +02:00
2021-07-02 11:31:16 -07:00
2020-10-19 12:44:33 +02:00
2020-10-19 12:44:33 +02:00
2020-02-21 16:01:17 +01:00
2020-02-21 16:01:17 +01:00
2020-02-09 17:45:32 -08:00
2020-02-17 23:15:40 -08:00
2020-01-24 08:52:55 +01:00
2021-06-09 09:43:13 -07:00
2021-03-29 15:34:36 -07:00
2021-03-29 15:34:36 -07:00
2021-03-29 15:34:36 -07:00
2021-03-29 15:34:36 -07:00
2021-08-01 00:38:01 +02:00
2021-08-01 00:38:01 +02:00
2021-05-26 12:46:12 +02:00
2021-06-09 09:43:13 -07:00
2020-01-24 08:52:55 +01:00
2020-02-17 23:15:40 -08:00
2020-01-24 08:52:55 +01:00
2020-02-17 23:15:40 -08:00
2020-01-24 08:52:55 +01:00
2021-07-02 11:31:16 -07:00
2020-05-25 16:09:25 +02:00
2021-05-26 12:46:12 +02:00
2021-08-11 19:19:41 +02:00
2021-08-11 19:19:41 +02:00
2021-05-26 12:46:12 +02:00
2021-06-09 09:43:13 -07:00
2021-08-04 12:50:13 +02:00
2021-08-10 20:43:24 +02:00
2020-01-24 08:52:55 +01:00
2020-02-17 23:15:40 -08:00
2021-10-07 13:54:28 -07:00
2021-10-07 13:54:28 -07:00
2021-06-09 09:43:13 -07:00
2021-06-09 09:43:13 -07:00
2020-01-24 08:52:55 +01:00
2020-02-17 23:15:40 -08:00
2021-08-10 20:43:24 +02:00
2021-08-09 13:15:14 +02:00
2021-08-10 20:43:24 +02:00
2021-08-10 20:43:24 +02:00
2021-10-08 10:43:37 +02:00
2021-10-06 14:25:47 +02:00
2021-09-13 10:29:00 +02:00
2021-09-13 10:29:00 +02:00
2021-01-05 16:40:37 -08:00
2020-04-22 17:11:50 +02:00
2020-01-20 13:05:00 +01:00
2021-05-04 16:34:44 +00:00
2021-07-02 11:31:16 -07:00