clang 19.0.0git
Public Types | Public Attributes | List of all members
clang::tooling::ApplyChangesSpec Struct Reference

#include "clang/Tooling/Refactoring/AtomicChange.h"

Public Types

enum  FormatOption { kAll , kNone , kViolations }
 

Public Attributes

bool Cleanup = true
 
format::FormatStyle Style = format::getNoStyle()
 
FormatOption Format = kNone
 

Detailed Description

Definition at line 157 of file AtomicChange.h.

Member Enumeration Documentation

◆ FormatOption

Enumerator
kAll 
kNone 
kViolations 

Definition at line 169 of file AtomicChange.h.

Member Data Documentation

◆ Cleanup

bool clang::tooling::ApplyChangesSpec::Cleanup = true

Definition at line 161 of file AtomicChange.h.

Referenced by clang::tooling::applyAtomicChanges().

◆ Format

FormatOption clang::tooling::ApplyChangesSpec::Format = kNone

Definition at line 171 of file AtomicChange.h.

Referenced by clang::tooling::applyAtomicChanges().

◆ Style

format::FormatStyle clang::tooling::ApplyChangesSpec::Style = format::getNoStyle()

Definition at line 163 of file AtomicChange.h.

Referenced by clang::tooling::applyAtomicChanges().


The documentation for this struct was generated from the following file: