[PATCH] D52906: [analyzer] allow plugins built as shared libraries to receive events

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 08:47:03 PDT 2018


Szelethus added a comment.

Please reupload with full context (`-U9999`).



================
Comment at: lib/StaticAnalyzer/Core/Checker.cpp:20
 
+int ImplicitNullDerefEvent::Tag;
+
----------------
nit: Static fields initialize to 0 without out of line definition.


Repository:
  rC Clang

https://reviews.llvm.org/D52906





More information about the cfe-commits mailing list