[llvm-commits] [PATCH 2/4] Add a copy constructor to StringRef.
Daniel Dunbar
daniel at zuster.org
Wed Aug 12 20:55:39 PDT 2009
Hi Erick,
In principle I'm fine with adding this, although I don't see why it is
necessary. Since StringRef is immutable, it never makes sense to
explicitly copy it?
- Daniel
On Tue, Aug 11, 2009 at 7:54 PM, Erick
Tryzelaar<idadesub at users.sourceforge.net> wrote:
> ---
> include/llvm/ADT/StringRef.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
More information about the llvm-commits
mailing list