clang-tools 22.0.0git
PreferIsaOrDynCastInConditionalsCheck.h File Reference

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