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

Eric Niebler via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 16:26:40 PDT 2016


eric_niebler added a comment.

> Please add some tests for the FixItHint replacement text. See test/FixIt for examples of how to do this.


Thanks for the suggestion. After adding tests for this, I noticed badness with the path separators in the FixIt hint when running on Windows. I'm working on a fix.


http://reviews.llvm.org/D19843





More information about the cfe-commits mailing list