clang 22.0.0git
IntegerLiteralSeparatorFixer.cpp File Reference

This file implements IntegerLiteralSeparatorFixer that fixes C++ integer literal separators. More...

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::format

Enumerations

enum class  clang::format::Base { clang::format::Binary , clang::format::Decimal , clang::format::Hex , clang::format::Other }

Functions

static Base clang::format::getBase (StringRef IntegerLiteral)

Detailed Description

This file implements IntegerLiteralSeparatorFixer that fixes C++ integer literal separators.

Definition in file IntegerLiteralSeparatorFixer.cpp.