[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:48:52 PDT 2018


Szelethus added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/Checker.cpp:20
 
+int ImplicitNullDerefEvent::Tag;
+
----------------
Szelethus wrote:
> nit: Static fields initialize to 0 without out of line definition.
Never mind, you still have to define it. It's been a while since I used `static` :).


Repository:
  rC Clang

https://reviews.llvm.org/D52906





More information about the cfe-commits mailing list