|
clang
5.0.0
|
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. More... | |
| unsigned | Line = 0 |
If FormatComplete is false, Line records a one-based original line number at which a syntax error might have occurred. More... | |
A value of false means that any of the affected ranges were not formatted due to a non-recoverable syntax error.
Definition at line 1645 of file Format.h.
Referenced by clang::format::UnwrappedLineFormatter::format(), and clang::format::reformat().
| 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 1650 of file Format.h.
Referenced by clang::format::UnwrappedLineFormatter::format().
1.8.6