aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-12-16 09:40:38 -0800
committerGitHub <noreply@github.com>2024-12-16 09:40:38 -0800
commit4f279a570110e3d688356a327637c57071f4b13b (patch)
tree58daa67a6429a1d703af7e7c3f57fe7053d68ba9 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
parent4032ce3413d0230b0ccba1203536f9cb35e5c3b5 (diff)
downloadllvm-4f279a570110e3d688356a327637c57071f4b13b.zip
llvm-4f279a570110e3d688356a327637c57071f4b13b.tar.gz
llvm-4f279a570110e3d688356a327637c57071f4b13b.tar.bz2
[Linalg] Migrate away from PointerUnion::{is,get} (NFC) (#120043)
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.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions