[PATCH] D73090: [clang-tidy] Fix PR#44528 'modernize-use-using and enums'

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 10:20:01 PST 2020


njames93 added a comment.

If you are using diff to create a patch, use `-U999999` to get the full context of the patch



================
Comment at: clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp:274
+// CHECK-FIXES: using EnumT = enum { ea, eb };
\ No newline at end of file

----------------
Can you put a new line here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73090/new/

https://reviews.llvm.org/D73090





More information about the cfe-commits mailing list