[PATCH] D33841: [clang-tidy] redundant keyword check

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 10 04:56:02 PST 2019


MyDeveloperDay added inline comments.


================
Comment at: clang-tidy/readability/RedundantExternCheck.cpp:45
+
+  int offset = Text.find("extern");
+
----------------
current convention would be that this should be Offset


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

https://reviews.llvm.org/D33841





More information about the cfe-commits mailing list