djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land.
Looks good.. Very nice :) ================ Comment at: lib/Tooling/Refactoring/AtomicChange.cpp:102 + Code.substr(StartPos, EndPos - StartPos).split(Lines, '\n'); + for (llvm::StringRef Line : Lines) { + if (Line.size() > ColumnLimit) ---------------- nit: remove braces (at least for consistency) https://reviews.llvm.org/D30777 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits