2012/10/4 Abramo Bagnara <[email protected]>:
> Author: abramo
> Date: Thu Oct  4 23:43:29 2012
> New Revision: 165298
>
> URL: http://llvm.org/viewvc/llvm-project?rev=165298&view=rev
> Log:
> Added forgotten break.
>
> Modified:
>     cfe/trunk/lib/AST/TemplateBase.cpp
>
> Modified: cfe/trunk/lib/AST/TemplateBase.cpp
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/TemplateBase.cpp?rev=165298&r1=165297&r2=165298&view=diff
> ==============================================================================
> --- cfe/trunk/lib/AST/TemplateBase.cpp (original)
> +++ cfe/trunk/lib/AST/TemplateBase.cpp Thu Oct  4 23:43:29 2012
> @@ -364,9 +364,9 @@
>      break;
>    }
>
> -  case NullPtr: {
> +  case NullPtr:
>      Out << "nullptr";
> -  }
> +    break;

Thanks.

-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to