[PATCH] D62977: [clang-tidy]: Google: new check 'google-upgrade-googletest-case'

Sergey Tsatsulin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 04:22:16 PDT 2019


tsatsulin marked an inline comment as done.
tsatsulin added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp:83
+
+  void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
+              const MacroDefinition &MD) override {
----------------
The body of this method is the same as `Ifdef`. Please check.


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

https://reviews.llvm.org/D62977





More information about the cfe-commits mailing list