[PATCH] D41800: [analyzer] Use a custom program point for the check::NewAllocator callback.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 9 19:43:55 PST 2018
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
More information about the cfe-commits
mailing list