ioeric added inline comments. ================ Comment at: unittests/Format/CleanupTest.cpp:701 @@ +700,3 @@ + std::string Code = "#include \"a.h\"\n#include <vector>\n"; + std::string Expected = "#include \"a.h\"\n#include \"vector\"\n" + "#include <vector>\n#include <a.h>\n"; ---------------- djasper wrote: > Is this really what we want? I'm not sure... this might not be the best behavior. FIXME added.
http://reviews.llvm.org/D21323 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits