clang-tools 19.0.0git
Classes | Namespaces
ReferenceToConstructedTemporaryCheck.h File Reference
#include "../ClangTidyCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::readability::ReferenceToConstructedTemporaryCheck
 Detects C++ code where a reference variable is used to extend the lifetime of a temporary object that has just been constructed. More...
 

Namespaces

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