malcolm.parsons added a comment.

In https://reviews.llvm.org/D26167#622792, @malcolm.parsons wrote:

> In https://reviews.llvm.org/D26167#621942, @JonasToth wrote:
>
> > what do you think about configuration of the allocating functions? e.g. for 
> > aligned memory you must use OS-specific allocation functions.
> >  should the check catch custom allocation functions as well?
>
>
> Sounds like a good idea to me.


I think this check should also warn about `strdup()`, `strndup()` and 
`wcsdup()`.


Repository:
  rL LLVM

https://reviews.llvm.org/D26167



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

Reply via email to