clang 22.0.0git
UsingDeclarationsSorter.cpp File Reference

This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations. More...

#include "UsingDeclarationsSorter.h"
#include "clang/Format/Format.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Regex.h"
#include <algorithm>

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

Macros

#define DEBUG_TYPE   "using-declarations-sorter"

Detailed Description

This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations.

Definition in file UsingDeclarationsSorter.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "using-declarations-sorter"

Definition at line 22 of file UsingDeclarationsSorter.cpp.