clang
6.0.0
|
#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 144 of file AtomicChange.h.
Enumerator | |
---|---|
kAll | |
kNone | |
kViolations |
Definition at line 156 of file AtomicChange.h.
Definition at line 148 of file AtomicChange.h.
Referenced by clang::tooling::applyAtomicChanges().
FormatOption clang::tooling::ApplyChangesSpec::Format = kNone |
Definition at line 158 of file AtomicChange.h.
format::FormatStyle clang::tooling::ApplyChangesSpec::Style = format::getNoStyle() |
Definition at line 150 of file AtomicChange.h.
Referenced by clang::tooling::applyAtomicChanges().