The fundamental difference is that the tests in test/Format verify the behavior of the clang-format binary, e.g. with regard to certain command line flags, etc.
You are testing a specific formatting behavior (of the clang-format library), which is done in unittests/Format. http://reviews.llvm.org/D10266 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
