[PATCH] D25446: Disallow ArrayRef assignment from temporaries
Jordan Rose via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 12:36:42 PDT 2016
jordan_rose added a comment.
FWIW, LLVM, Clang, and clang-tools-extra had no issues in this area. Swift had a few. (Unfortunately Swift also has had a few with the constructor involved, so it would be great if we could figure out how to make that safer as well.)
Repository:
rL LLVM
https://reviews.llvm.org/D25446
More information about the llvm-commits
mailing list