aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-26 01:34:41 -0800
committerGitHub <noreply@github.com>2025-01-26 01:34:41 -0800
commitab895ad2bfb6835e8c47d8e616edb6cadaf59b77 (patch)
tree6ef733103a22f0c0eebe89ced6707d5b39df0811 /clang/lib/Frontend/InitPreprocessor.cpp
parentf46eb1430992ba1abe246dfd0b4ccf8229fe0ab7 (diff)
downloadllvm-ab895ad2bfb6835e8c47d8e616edb6cadaf59b77.zip
llvm-ab895ad2bfb6835e8c47d8e616edb6cadaf59b77.tar.gz
llvm-ab895ad2bfb6835e8c47d8e616edb6cadaf59b77.tar.bz2
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124446)
Note that PointerUnion::dyn_cast has 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> Literal migration would result in dyn_cast_if_present (see the definition of PointerUnion::dyn_cast), but this patch uses dyn_cast because we expect Pattern to be nonnull.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions