[llvm-commits] [PATCH 01/20] Add DenseMapInfo for std::string

David A. Greene greened at obbligato.org
Tue Jul 19 13:23:22 PDT 2011


David Greene <dag at cray.com> writes:

> Add a DenseMapInfo implementation for std::string.  This is useful
> when mapping pairs that include a string component.
> ---
>  include/llvm/ADT/StringExtras.h |   19 +++++++++++++++++++
>  1 files changed, 19 insertions(+), 0 deletions(-)
>
> diff --git oldinclude/llvm/ADT/StringExtras.h newinclude/llvm/ADT/StringExtras.h
> index 5f5c041..d30e225 100644
> --- oldinclude/llvm/ADT/StringExtras.h
> +++ newinclude/llvm/ADT/StringExtras.h

Ah, shoot.  My first experiment with git send-email is a big FAIL.
Sorry about the bad path mangling.  Hopefully these are still
reviewable.  I can easily re-send if necessary.

                           -Dave



More information about the llvm-commits mailing list