clang-tools 17.0.0git
Classes | Namespaces
UniqueptrDeleteReleaseCheck.h File Reference
#include "../ClangTidyCheck.h"
Include dependency graph for UniqueptrDeleteReleaseCheck.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::tidy::readability::UniqueptrDeleteReleaseCheck
 Flags statements of the form delete <unique_ptr expr>.release(); and replaces them with: <unique_ptr expr> = nullptr; More...
 

Namespaces

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