================ Comment at: tools/clang-format/ClangFormat.cpp:142 @@ +141,3 @@ + } + return Offset + ShiftedBy; +} ---------------- Manuel Klimek wrote: > For that amount of logic, more tests? :) I agree to some extend. Do you see a better way than to add one FileCheck file per test case?
Or should we move this into the Tooling library and unit-test it there? http://llvm-reviews.chandlerc.com/D812 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
