clang-tools
15.0.0git
|
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 | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::modernize | |