Open
Bug 1610567
Opened 6 years ago
Updated 3 years ago
clang-format formats multi-line string literals incorrectly
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: in-triage)
This shows the original code and the change that clang-format did:
- NS_ERROR("A repeated header/footer should always have an "
- "original header/footer it was repeated from");
+ NS_ERROR(
+ "A repeated header/footer should always have an "
+ "original header/footer it was repeated from");
Note that the original code is well below 80 columns wide.
Updated•6 years ago
|
Component: General → Lint and Formatting
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
Updated•6 years ago
|
Flags: needinfo?(ahal)
Priority: -- → P3
Updated•4 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•