clang-tools 19.0.0git
Classes | Namespaces
StringviewNullptrCheck.h File Reference
#include "../utils/TransformerClangTidyCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::bugprone::StringviewNullptrCheck
 Checks for various ways that the const CharT* constructor of std::basic_string_view can be passed a null argument and replaces them with the default constructor in most cases. More...
 

Namespaces

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