[PATCH] Use value semantics for list of ScopStmt(s) instead of std::owningptr

David Blaikie dblaikie at gmail.com
Tue May 26 15:01:01 PDT 2015


Looks great - deque's a great option (imho - opinions vary, of course) when you're never removing things but are adding new things that all need consistent pointer identity.


http://reviews.llvm.org/D10041

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list