[PATCH] D19881: clang-cl: Print a blank line at the start of /showIncludes (PR27226)
    Nico Weber via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue May  3 11:29:58 PDT 2016
    
    
  
thakis added inline comments.
================
Comment at: lib/Frontend/HeaderIncludeGen.cpp:106
@@ +105,3 @@
+    // it to be there.
+    *OutputFile << '\n';
+  }
----------------
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
http://reviews.llvm.org/D19881
    
    
More information about the cfe-commits
mailing list