Closed
Bug 1504951
Opened 6 years ago
Closed 6 years ago
[Wayland] Clang plugin reports coding errors
Categories
(Core :: Widget: Gtk, enhancement)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: stransky, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
> clang plugin reports coding errors (you can try building
> with clang and --enable-clang-plugin, but be aware that GCC miscompiles
> clang in a way that breaks clang plugins, so make sure you use a clang
> built with clang).
Reporter | ||
Comment 1•6 years ago
|
||
Hm, I'm unable to build with clang-plugin on Fedora 29. When the clang is supposed to use the plugin ld.so complains about missing std::_V2::error_category::~error_category() symbol.
I have only mozilla provided clang/llvm installed except system llvm-libs-7.0.0-2.fc29.x86_64 / clang-libs-7.0.0-2.fc29.x86_64 - I wonder if that causes the problem.
Reporter | ||
Comment 2•6 years ago
|
||
Not sure if Bug 1428158 is related or not.
Assignee | ||
Updated•6 years ago
|
Assignee: stransky → mh+mozilla
Assignee | ||
Comment 3•6 years ago
|
||
- Missing explicit to avoid implicit conversion constructors.
- Add a dummy use of an otherwise unused RefPtr that is used for RAII of
a DBus object.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/18ea6c93e858
Fix static analysis errors that arise when enabling wayland support. r=jhorak
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•