Charusso added a comment.

In D71433#1808316 <https://reviews.llvm.org/D71433#1808316>, @Charusso wrote:

> In D71433#1784238 <https://reviews.llvm.org/D71433#1784238>, @NoQ wrote:
>
> > Currently the check may warn on non-bugs of the following kind:
> >
> >   void foo() {
> >     char env[] = "NAME=value";
> >     putenv(env);
> >     doStuff();
> >     putenv("NAME=anothervalue");
> >   }
> >
>
>
> That could be the next round as a follow-up patch as the next semester starts 
> in February [...]


Well, the next semester is about to start. Could you implement that request 
please?


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

https://reviews.llvm.org/D71433



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

Reply via email to