erichkeane added inline comments.

================
Comment at: clang/lib/Sema/SemaInit.cpp:8061
 
+      QualType MTETy = Step->Type;
+
----------------
It seemed less intrusive/more reliable to fix this during the init-process, and 
perhaps would fix a few additional cases.  The VarDecl gets updated by the 
caller of this, and updating both the ExprWtihCleanups and MTE seemed 
error-prone.


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

https://reviews.llvm.org/D88298

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

Reply via email to