Event types are uniqued by using the addresses of a local static defined in a header files, but it isn't the same across shared library boundaries and plugins can't currently handle ImplicitNullDerefEvents.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Please reupload with full context (-U9999).
lib/StaticAnalyzer/Core/Checker.cpp | ||
---|---|---|
20 | nit: Static fields initialize to 0 without out of line definition. |
lib/StaticAnalyzer/Core/Checker.cpp | ||
---|---|---|
20 | Never mind, you still have to define it. It's been a while since I used static :). |
Comment Actions
I committed both patches as rC344823 but it seems that Phabricator doesn't pick up closing multiple revisions with the same commit, so closing manually.
Also thanks!~
nit: Static fields initialize to 0 without out of line definition.