[PATCH] D45491: [analyzer] Do not invalidate the `this` pointer.

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 10 10:56:46 PDT 2018


george.karpenkov added a comment.

@MTC what happens for

  this.j = 0;
  for (int i=0; i<100; i++)
     this.j++;

?


Repository:
  rC Clang

https://reviews.llvm.org/D45491





More information about the cfe-commits mailing list