clang-tools
9.0.0
|
Go to the source code of this file.
Classes | |
class | clang::tidy::performance::MoveConstructorInitCheck |
The check flags user-defined move constructors that have a ctor-initializer initializing a member or base class through a copy constructor instead of a move constructor. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::performance | |