[PATCH] D49589: [UBSan] Strengthen pointer checks in 'new' expressions

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 26 10:13:22 PDT 2018


sepavloff added a comment.

> Also, please remember that your analysis is not the only thing happening in the compiler.  isChecked is not a meaningful name taken out of context.

`Address` is not modified in the current patch version. As for `AggValueSlot`, this method name is leaved, as there is no other meaning for this class. Please let me know if it is inappropriate.


Repository:
  rC Clang

https://reviews.llvm.org/D49589





More information about the cfe-commits mailing list