Closed
Bug 1717076
Opened 4 years ago
Closed 4 years ago
Add documentation about how to turn a matcher into a check
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox92 fixed)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(4 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1717076 - Add a quick-start guide for how to turn a matcher to a static analysis check r?freddyb
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
clang-query does not allow end-of-line comments, they need
to be on a separate line
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D118247
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D118211
Updated•4 years ago
|
Attachment #9227748 -
Attachment description: WIP: Bug 1717076: Add documentation about advanced checker techniques → Bug 1717076: Add documentation about advanced checker techniques
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/983d1299e53e
Move comments to a separate line r=freddyb
https://hg.mozilla.org/integration/autoland/rev/d9218155f29e
Add a quick-start guide for how to turn a matcher to a static analysis check r=andi
https://hg.mozilla.org/integration/autoland/rev/cf913b5d4832
Add documentation about advanced checker techniques r=andi
https://hg.mozilla.org/integration/autoland/rev/f81782d52992
Tweak some of the existing documentation r=andi
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/983d1299e53e
https://hg.mozilla.org/mozilla-central/rev/d9218155f29e
https://hg.mozilla.org/mozilla-central/rev/cf913b5d4832
https://hg.mozilla.org/mozilla-central/rev/f81782d52992
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
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
•