Closed
Bug 1422628
Opened 7 years ago
Closed 7 years ago
enable bugprone-forward-declaration-namespace in the static analysis
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No false positive, improve the code, let's enable it:
http://clang.llvm.org/extra/clang-tidy/checks/bugprone-forward-declaration-namespace.html
Just on occurrence in our code and there is no false positive.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8934015 [details]
Bug 1422628 - enable bugprone-forward-declaration-namespace in the static analysis
https://reviewboard.mozilla.org/r/204930/#review210542
This one is very interesting, can you please post where it found the issue in Gecko, I'm pretty curious to see if it really has an impact.
Attachment #8934015 -
Flags: review?(bpostelnicu) → review+
Comment 3•7 years ago
|
||
Per my earlier comment: No need I found it:
https://bugzilla.mozilla.org/show_bug.cgi?id=1422626
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sledru
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/edfc1bd98a5d
enable bugprone-forward-declaration-namespace in the static analysis r=andi
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•7 years ago
|
Product: Core → Firefox Build System
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
•