[PATCH] D43500: [clang-tidy]: modernize-use-default-member-init: Remove trailing comma and colon.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 1 08:25:36 PST 2018
alexfh requested changes to this revision.
alexfh added inline comments.
This revision now requires changes to proceed.
================
Comment at: unittests/clang-tidy/ClangTidyTest.h:145
+
+ if (Options.FormatStyle) {
+ llvm::Expected<format::FormatStyle> Style = format::getStyle(
----------------
I wonder whether it's better to use lit for the tests that require formatting than to expand clang-tidy unit test utilities with runCheckAndFormatOnCode? What was the reason to use unit tests in this patch as opposed to lit tests?
https://reviews.llvm.org/D43500
More information about the cfe-commits
mailing list