clang 19.0.0git
Classes | Namespaces | Macros
TokenAnalyzer.cpp File Reference

This file implements an abstract TokenAnalyzer and associated helper classes. More...

#include "TokenAnalyzer.h"
#include "AffectedRangeManager.h"
#include "Encoding.h"
#include "FormatToken.h"
#include "FormatTokenLexer.h"
#include "TokenAnnotator.h"
#include "UnwrappedLineParser.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Format/Format.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
#include <type_traits>

Go to the source code of this file.

Classes

class  clang::format::FatalDiagnosticConsumer
 

Namespaces

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

Macros

#define DEBUG_TYPE   "format-formatter"
 

Detailed Description

This file implements an abstract TokenAnalyzer and associated helper classes.

TokenAnalyzer can be extended to generate replacements based on an annotated and pre-processed token stream.

Definition in file TokenAnalyzer.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "format-formatter"

Definition at line 33 of file TokenAnalyzer.cpp.