[PATCH] D19881: clang-cl: Print a blank line at the start of /showIncludes (PR27226)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 11:34:36 PDT 2016


hans added inline comments.

================
Comment at: lib/Frontend/HeaderIncludeGen.cpp:106
@@ +105,3 @@
+    // it to be there.
+    *OutputFile << '\n';
+  }
----------------
thakis wrote:
> Doesn't do that for me:
> 
> C:\src\ninja>cl /c test.cc /nologo /showIncludes
> test.cc
> Note: including file: c:\src\ninja\test.h
Ah, it's the newline after "test.cc" that CMake looks for. Hmm..


http://reviews.llvm.org/D19881





More information about the cfe-commits mailing list