bkramer added inline comments. ================ Comment at: include-fixer/tool/ClangIncludeFixer.cpp:160 @@ +159,3 @@ + for (const auto &Header : Context.Headers) { + // Escape double quote. + if (Header.front() == '"') ---------------- I think we should do the escaping always and not just when the first character is a quote.
http://reviews.llvm.org/D20827 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits