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() == '"')
----------------
Can you just llvm::yaml::escape the string?


http://reviews.llvm.org/D20827



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to