|
clang 22.0.0git
|
#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 |
Definition at line 157 of file AtomicChange.h.
| Enumerator | |
|---|---|
| kAll | |
| kNone | |
| kViolations | |
Definition at line 169 of file AtomicChange.h.
Definition at line 161 of file AtomicChange.h.
Referenced by clang::tooling::applyAtomicChanges().
| FormatOption clang::tooling::ApplyChangesSpec::Format = kNone |
Definition at line 171 of file AtomicChange.h.
Referenced by clang::tooling::applyAtomicChanges().
| format::FormatStyle clang::tooling::ApplyChangesSpec::Style = format::getNoStyle() |
Definition at line 163 of file AtomicChange.h.
Referenced by clang::tooling::applyAtomicChanges().