clang-tools 19.0.0git
Classes | Namespaces | Typedefs
RawStringLiteralCheck.h File Reference
#include "../ClangTidyCheck.h"
#include <bitset>

Go to the source code of this file.

Classes

class  clang::tidy::modernize::RawStringLiteralCheck
 This check replaces string literals with escaped characters to raw string literals. More...
 

Namespaces

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

Typedefs

using clang::tidy::modernize::CharsBitSet = std::bitset< 1<< CHAR_BIT >