r179898 - Remove an empty line so the line numbers match up again after the recent documentation change.

Jordan Rose jordan_rose at apple.com
Fri Apr 19 15:05:18 PDT 2013


A better solution would be to use FileCheck's (fairly new) support for [[@LINE]], [[@LINE-2]], etc. as check variables, though this is fine for now.

Jordan


On Apr 19, 2013, at 14:59 , Adrian Prantl <aprantl at apple.com> wrote:

> Author: adrian
> Date: Fri Apr 19 16:59:40 2013
> New Revision: 179898
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=179898&view=rev
> Log:
> Remove an empty line so the line numbers match up again after the recent documentation change.
> 
> Modified:
>    cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m
> 
> Modified: cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m?rev=179898&r1=179897&r2=179898&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m (original)
> +++ cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m Fri Apr 19 16:59:40 2013
> @@ -1,5 +1,4 @@
> // RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
> -
> // The DWARF standard says the underlying data type of an enum may be
> // stored in an DW_AT_type entry in the enum DIE. This is useful to have
> // so the debugger knows about the signedness of the underlying type.
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list