Closed
Bug 1324328
Opened 8 years ago
Closed 8 years ago
Remove MozChecker and some unused code
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox53 fixed)
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nika
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8819711 -
Flags: review?(michael)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ehsan
Comment 2•8 years ago
|
||
Comment on attachment 8819711 [details] [diff] [review]
Remove MozChecker and some unused code
Review of attachment 8819711 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
::: build/clang-plugin/Utils.h
@@ +348,5 @@
> CXXRecordDecl *Clazz = T->getAsCXXRecordDecl();
> return Clazz ? getBaseRefCntMember(Clazz) : 0;
> }
>
> +inline bool hasCustomAnnotation(const Decl *D, const char *Spelling) {
I feel like Spelling should be a StringRef here, but it probably doesn't matter.
Attachment #8819711 -
Flags: review?(michael) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/20134b5c4194
Remove MozChecker and some unused code; r=mystor
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/79cdd0e0ee9b
follow-up: Make hasCustomAnnotation's second argument a StringRef
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/20134b5c4194
https://hg.mozilla.org/mozilla-central/rev/79cdd0e0ee9b
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 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
•