[all-commits] [llvm/llvm-project] b575ce: [clang-doc][NFC] Use isa over dyn_cast (#120309)
Paul Kirth via All-commits
all-commits at lists.llvm.org
Tue Dec 17 14:04:59 PST 2024
Branch: refs/heads/users/ilovepi/spr/main.clang-docnfc-use-isa-over-dyn_cast
Home: https://github.com/llvm/llvm-project
Commit: b575ce587d323dc54d3efc7ffdcc2c387d8f7073
https://github.com/llvm/llvm-project/commit/b575ce587d323dc54d3efc7ffdcc2c387d8f7073
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M clang-tools-extra/clang-doc/Serialize.cpp
Log Message:
-----------
[clang-doc][NFC] Use isa over dyn_cast (#120309)
These call sites don't need the cast, as they don't use the value.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list