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

Go to the source code of this file.

Classes

class  clang::tidy::bugprone::OptionalValueConversionCheck
 Detects potentially unintentional and redundant conversions where a value is extracted from an optional-like type and then used to create a new instance of the same optional-like type. More...
 

Namespaces

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