ioeric added inline comments.
================ Comment at: lib/Format/Format.cpp:2277 auto Replace = - Includes.insert(trimInclude(IncludeName), IncludeName.startswith("<")); + Includes.insert(IncludeName.trim("\"<>"), IncludeName.startswith("<")); if (Replace) { ---------------- ilya-biryukov wrote: > This change seems unrelated. Is this patch a proper place for it? Indeed this was unrelated. I forgot to revert this when splitting from a previous patch. Repository: rC Clang https://reviews.llvm.org/D46758 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits