clang-tools 24.0.0git
ExpensiveValueOrCheck.h File Reference
#include "../ClangTidyCheck.h"
#include <vector>

Go to the source code of this file.

Classes

class  clang::tidy::performance::ExpensiveValueOrCheck
 Warns when 'value_or' is called on an optional type whose underlying type is expensive to copy (not trivially copyable, or larger than a threshold). More...

Namespaces

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