clang 19.0.0git
Namespaces | Enumerations | Functions
IntegerLiteralSeparatorFixer.cpp File Reference

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

#include "IntegerLiteralSeparatorFixer.h"

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 (const StringRef IntegerLiteral)
 

Detailed Description

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

Definition in file IntegerLiteralSeparatorFixer.cpp.