clang-tools 19.0.0git
Classes | Namespaces
UseEmplaceCheck.h File Reference
#include "../ClangTidyCheck.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  clang::tidy::modernize::UseEmplaceCheck
 This check looks for cases when inserting new element into std::vector but the element is constructed temporarily. More...
 

Namespaces

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