[PATCH] D46441: [clang][CodeGenCXX] Noalias attr for copy/move constructor arguments

Anton Bikineev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 5 04:16:16 PDT 2018


AntonBikineev added a comment.

@efriedma copy and move constructors are particular cases where the value of a constructed object may be accessed through a glvalue not obtained from 'this' pointer (but from the first arg of a ctor).


Repository:
  rC Clang

https://reviews.llvm.org/D46441





More information about the cfe-commits mailing list