[cfe-commits] [libcxxabi] r135601 - /libcxxabi/trunk/src/fallback_malloc.cpp

Tobias Grosser tobias at grosser.es
Wed Jul 20 12:22:22 PDT 2011


On 07/20/2011 08:41 PM, Marshall Clow wrote:
> Author: marshall
> Date: Wed Jul 20 13:41:23 2011
> New Revision: 135601
>
> URL: http://llvm.org/viewvc/llvm-project?rev=135601&view=rev
> Log:
> Added copyright header
>
> Modified:
>      libcxxabi/trunk/src/fallback_malloc.cpp
>
> Modified: libcxxabi/trunk/src/fallback_malloc.cpp
> URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/fallback_malloc.cpp?rev=135601&r1=135600&r2=135601&view=diff
> ==============================================================================
> --- libcxxabi/trunk/src/fallback_malloc.cpp (original)
> +++ libcxxabi/trunk/src/fallback_malloc.cpp Wed Jul 20 13:41:23 2011
> @@ -1,3 +1,17 @@
> +//===------------------------ fallback_malloc.cpp -------------------------===//
> +//
> +//                     The LLVM Compiler Infrastructure
> +//
> +// This file is dual licensed under the MIT and the University of Illinois Open
> +// Source Licenses. See LICENSE.TXT for details.
> +//
> +//
> +//  This file implements the a small heap for allocation of exception
> +//  in the situation where malloc fails.
> +//  http://www.codesourcery.com/public/cxx-abi/abi-eh.html (section 2.4.2)
> +//
> +//===----------------------------------------------------------------------===//
> +
>   //  A small, simple heap manager based (loosely) on the startup heap
>   //  based on the startup heap manager from FreeBSD.
         ^^^^^^^^^^^^^^^^^^^^^^^^^ redundant

While at it maybe you want to fix this comment.

Thanks
Tobi



More information about the cfe-commits mailing list