clang-tools 20.0.0git
|
#include "../ClangTidyCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::llvm_check::PreferIsaOrDynCastInConditionalsCheck |
Looks at conditionals and finds and replaces cases of cast<> , which will assert rather than return a null pointer, and dyn_cast<> where the return value is not captured. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::llvm_check |