[PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 16:55:45 PDT 2016


bruno added inline comments.

================
Comment at: lib/Lex/PPDirectives.cpp:179
@@ +178,3 @@
+    "exception", "iterator", "random", "strstream", "vector",
+    "forward_list", "limits", "ratio", "system_error",
+
----------------
Applying your patch reveled a bunch of ^M (carriage-return) characters in the C++ library headers section above. Also make sure to clean this up.


http://reviews.llvm.org/D19843





More information about the cfe-commits mailing list