clang 20.0.0git
|
Represents the status of a formatting attempt. More...
#include "clang/Format/Format.h"
Public Attributes | |
bool | FormatComplete = true |
A value of false means that any of the affected ranges were not formatted due to a non-recoverable syntax error. | |
unsigned | Line = 0 |
If FormatComplete is false, Line records a one-based original line number at which a syntax error might have occurred. | |
A value of false
means that any of the affected ranges were not formatted due to a non-recoverable syntax error.
Definition at line 5376 of file Format.h.
Referenced by clang::format::UnwrappedLineFormatter::format().
unsigned clang::format::FormattingAttemptStatus::Line = 0 |
If FormatComplete
is false, Line
records a one-based original line number at which a syntax error might have occurred.
This is based on a best-effort analysis and could be imprecise.
Definition at line 5381 of file Format.h.
Referenced by clang::format::UnwrappedLineFormatter::format().