r311732 - Remove .gitattributes, add comment to lineendings.

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 24 16:25:05 PDT 2017


Author: erichkeane
Date: Thu Aug 24 16:25:05 2017
New Revision: 311732

URL: http://llvm.org/viewvc/llvm-project?rev=311732&view=rev
Log:
Remove .gitattributes, add comment to lineendings.

Removed:
    cfe/trunk/test/Frontend/.gitattributes
Modified:
    cfe/trunk/test/Frontend/system-header-line-directive-ms-lineendings.c

Removed: cfe/trunk/test/Frontend/.gitattributes
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/.gitattributes?rev=311731&view=auto
==============================================================================
--- cfe/trunk/test/Frontend/.gitattributes (original)
+++ cfe/trunk/test/Frontend/.gitattributes (removed)
@@ -1,2 +0,0 @@
-# Below test validates crlf line endings, so it should stay crlf.
-system-header-line-directive-ms-lineendings.c text eol=crlf

Modified: cfe/trunk/test/Frontend/system-header-line-directive-ms-lineendings.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/system-header-line-directive-ms-lineendings.c?rev=311732&r1=311731&r2=311732&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/system-header-line-directive-ms-lineendings.c (original)
+++ cfe/trunk/test/Frontend/system-header-line-directive-ms-lineendings.c Thu Aug 24 16:25:05 2017
@@ -5,7 +5,7 @@
 #include "line-directive.h"
 
 // This tests that the line numbers for the current file are correctly outputted
-// for the include-file-completed test case.  
+// for the include-file-completed test case. This file should be CRLF.
 
 // CHECK: # 1 "{{.*}}system-header-line-directive-ms-lineendings.c" 2
 // CHECK: # 1 "{{.*}}noline.h" 1 3




More information about the cfe-commits mailing list