clang-tools 22.0.0git
SmartPtrArrayMismatchCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::bugprone::SmartPtrArrayMismatchCheck
 Find constructions of smart (unique or shared) pointers where the pointer is declared with non-array target type and an array (created with a new-expression) is passed to it. More...

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::bugprone