danielmarjamaki added inline comments.
================ Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h:45 + : public ProgramStatePartialTrait<DerivedSymTaintImpl> { + static void *GDMIndex() { static int index = 0; return &index; } +}; ---------------- Nit: =0 is redundant https://reviews.llvm.org/D30909 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits