[PATCH] D37079: [Preprocessor] Correct internal token parsing of newline characters in CRLF
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 14:02:18 PDT 2017
erichkeane added inline comments.
================
Comment at: test/Frontend/system-header-line-directive-ms-lineendings.c:1
+// RUN: %clang_cc1 %s -E -o - -I %S/Inputs -isystem %S/Inputs/SystemHeaderPrefix | FileCheck %s
+#include <noline.h>
----------------
Note: this whole file is dos line endings (preserved by the above git attributes, and subversion eol-style when i go to commit it). It doesn't show in phab however for some reaosn.
https://reviews.llvm.org/D37079
More information about the cfe-commits
mailing list