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
2021-08-10 20:43:24 +02:00
2021-08-09 13:15:14 +02: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
2021-07-02 11:31:16 -07: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
2021-07-02 11:31:16 -07: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
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
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-05-04 16:34:44 +00:00
2021-07-02 11:31:16 -07:00