martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: 
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h:292
 
-    static void *MakeVoidPtr(data_type d) {
-      return const_cast<void *>(d);
-    }
-  };
+  // Partial specialization for non-const and const pointers.
+  template <typename T>
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126801/new/

https://reviews.llvm.org/D126801

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to