[llvm] r211754 - Remove forward decl of SmallVectorImpl now that we have the header

Alp Toker alp at nuanti.com
Wed Jun 25 18:22:25 PDT 2014


Thanks Reid!

On 26/06/2014 04:03, Reid Kleckner wrote:
> Author: rnk
> Date: Wed Jun 25 20:03:20 2014
> New Revision: 211754
>
> URL: http://llvm.org/viewvc/llvm-project?rev=211754&view=rev
> Log:
> Remove forward decl of SmallVectorImpl now that we have the header
>
> Follow up to r211749.
>
> Modified:
>      llvm/trunk/include/llvm/Support/raw_ostream.h
>
> Modified: llvm/trunk/include/llvm/Support/raw_ostream.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/raw_ostream.h?rev=211754&r1=211753&r2=211754&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/Support/raw_ostream.h (original)
> +++ llvm/trunk/include/llvm/Support/raw_ostream.h Wed Jun 25 20:03:20 2014
> @@ -21,8 +21,6 @@
>   
>   namespace llvm {
>     class format_object_base;
> -  template <typename T>
> -  class SmallVectorImpl;
>   
>     namespace sys {
>       namespace fs {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
http://www.nuanti.com
the browser experts




More information about the llvm-commits mailing list