Kazu Hirata
a9bf16d961
[StaticAnalyzer] Migrate away from PointerUnion::{is,get} (NFC) ( #118421 )
...
Note that PointerUnion::{is,get} have been soft deprecated in
PointerUnion.h:
// FIXME: Replace the uses of is(), get() and dyn_cast() with
// isa<T>, cast<T> and the llvm::dyn_cast<T>
I'm not touching PointerUnion::dyn_cast for now because it's a bit
complicated; we could blindly migrate it to dyn_cast_if_present, but
we should probably use dyn_cast when the operand is known to be
non-null.
2024-12-03 13:53:20 -08:00
..
2023-07-05 08:56:13 +02:00
2023-01-14 12:31:01 -08:00
2024-12-03 13:53:20 -08:00
2019-01-19 08:50:56 +00:00
2024-11-27 14:27:31 +01:00
2024-10-16 13:48:38 +02:00
2024-11-15 08:04:08 +01:00
2024-05-17 13:08:45 +02:00
2024-10-24 13:22:19 +02:00
2019-09-12 19:09:24 +00:00
2024-05-11 11:38:52 -07:00
2024-08-28 11:30:18 +02:00
2024-10-06 09:21:54 -07:00
2023-12-13 08:54:13 -08:00
2024-07-01 16:03:18 +02:00
2024-01-01 18:53:36 +01:00
2024-11-15 10:28:40 +01:00
2024-12-02 16:38:07 +01:00
2024-09-16 06:48:07 +02:00
2024-01-30 13:03:55 +01:00
2024-12-03 13:53:20 -08:00
2024-12-02 16:38:07 +01:00
2024-04-01 12:10:10 -05:00
2024-11-27 14:27:31 +01:00
2024-11-15 19:05:31 +08:00
2023-07-27 17:51:49 -07:00
2019-01-19 08:50:56 +00:00
2024-09-16 22:02:38 +08:00
2024-09-16 22:02:38 +08:00
2023-10-26 21:11:51 +08:00
2024-12-03 13:53:20 -08:00
2024-09-19 14:56:45 -05:00
2019-05-29 15:36:58 +00:00
2024-11-29 20:36:24 +01:00
2024-10-18 16:16:29 +02:00
2024-11-15 10:28:40 +01:00
2024-11-29 09:19:33 +01:00
2022-11-17 14:47:02 -05:00
2023-11-04 15:26:59 +01:00
2024-10-31 11:01:47 +01:00
2021-08-11 02:48:53 +00:00
2024-08-02 17:04:57 +02:00
2024-10-09 11:39:56 +02:00
2024-12-03 13:53:20 -08:00
2023-07-05 08:56:13 +02:00
2024-09-26 12:16:07 +02:00
2024-07-01 17:22:24 +02:00