Closed
Bug 1650057
Opened 5 years ago
Closed 5 years ago
Avoid using external clang-tidy patches when dealing with paths that need to be escaped
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 file)
Modifying a little bit our code we circumvent the need to modify run-clang-tidy.py
for paths that need escaping.
Assignee | ||
Updated•5 years ago
|
Summary: Avoid using external clang-tidy patches hen dealing with paths that need to be escaped → Avoid using external clang-tidy patches when dealing with paths that need to be escaped
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f13f2f9149f
Avoid using external clang-tidy patches when dealing with paths that need to be escaped. r=marco
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•