|
clang-tools 22.0.0git
|
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> |