NoQ added inline comments.

================
Comment at: include/clang/Analysis/ProgramPoint.h:592
+  friend class ProgramPoint;
+  PostAllocatorCall() {}
+  static bool isKind(const ProgramPoint &Location) {
----------------
xazax.hun wrote:
> Maybe `= default` is getting more canonical within LLVM? But that would not 
> match the rest of the file, so I am fine with not touching this. 
Yeah, i guess i'd do a separate cleanup for these things.


https://reviews.llvm.org/D41800



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

Reply via email to