Raphael Isemann
19b4d3ce27
[lldb] Don't emit a warning when using Objective-C getters in expressions
...
Clang emits a warning when accessing an Objective-C getter but not using the result.
This gets triggered when just trying to print a getter value in the expression parser (where
Clang just sees a normal expression like `obj.getter` while parsing).
This patch just disables the warning in the expression parser (similar to what we do with
the C++ equivalent of just accessing a member variable but not doing anything with it).
Reviewed By: kastiglione
Differential Revision: https://reviews.llvm.org/D94307
2021-02-11 16:48:41 +01:00
..
2021-01-22 10:05:24 -08:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-16 16:04:44 +01:00
2021-02-06 11:52:01 -08:00
2021-02-06 11:52:01 -08:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-16 16:04:44 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2021-02-06 11:52:01 -08:00
2021-02-02 12:39:03 -08:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2021-02-03 21:15:08 -08:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-02-11 16:48:41 +01:00
2020-11-10 12:02:38 +01:00